|
|
#19 (permalink) |
|
Registered User
Comfy Contributor
Joined in Dec 2004
Lives in United Kingdom
137 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
This is the actual error
Code:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@residentfantasy.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/1.3.36 Server at www.residentfantasy.com Port 80
__________________
ResidentFantasy.info |
|
|
|
|
|
#20 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
924 posts
Gave thanks: 2
Thanked 91 times
|
At any rate, a .dll extention points to a windows install/configuration of some kind on a linux machine.
I would ask support about this error.
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
#22 (permalink) |
|
Registered User
Comfy Contributor
Joined in Dec 2004
Lives in United Kingdom
137 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
I contacted them, did not help much though. They renamed page2 to page2.php and removed the .htaccess file. Though i found out the error comes up even if all i have is a empty .htaccess file.
__________________
ResidentFantasy.info |
|
|
|
|
|
#23 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
924 posts
Gave thanks: 2
Thanked 91 times
|
I can see the beginning of your page now using page2.php. I also think I am understanding what you are wanting to do with not using extensions on your filenames. While this is possible, when you use ForceType to a directory...you cannot have any type of a file in that directory other than the type you forced...including images. No file can have an extension.
Images are not showing on your beta page now because you are calling them from the public_html directory, instead of the BETA directory, and they are not there. You have all of your images being called using nameservers, thus slowing the call and delivery, and using excess system resources. Unless you are calling an image from another domain, use a src= statement relative, ie. ../images/image.jpg and not http://domain/images/image.jpg. The apache log error was having an image file trying to run as a php. If it is still appearing, have you removed all .htaccess statements for ForceType from other directories involved. The foundation for a ForceType code would be to start with an empty directory, make a simple echo statement test.php file. Verify it works. Remove the .php extension and make your .htaccess file. Test again, and again until it works. Then continue building your site and put nothing but php files, without extensions, in that directory, and the fewer the better.
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
#24 (permalink) |
|
Registered User
Comfy Contributor
Joined in Dec 2004
Lives in United Kingdom
137 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
That actually works is there a script like.
AddHandler application/x-httpd-php i can add so that it reads images as files ie. AddHandler application/IMAGEAPPLICATION .jpg AddHandler application/GIFIMAGEAPPLICATION .gif Otherwise do i have to have images in a folder belofe tester? EDIT: Nevermind it was. Not now.
__________________
ResidentFantasy.info Last edited by Daniel_Hatcher; June 30th, 2006 at 12:11 PM. |
|
|
|
|
|
#25 (permalink) |
|
Registered User
Comfy Contributor
Joined in Dec 2004
Lives in United Kingdom
137 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
Okay, it's working now. WS_FTP was not actually uploading the .htaccess file i done it through the File Manager on CPanel, and it appears to be working.
__________________
ResidentFantasy.info |
|
|
|