Internal Server Error

Status
Not open for further replies.

rakionstaff22

New Member
Messages
4
Reaction score
0
Points
0
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

I get this message. Could it be that I accidently put in a .htaccess? :L
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
Yes. I renamed the .htaccess file to disable it. That is not how a .htaccess file is used.
If you wish to setup a custom 404 error page, put this into a .htaccess file

ErrorDocument 404 /404.html

then put your error page in a file called 404.html
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
i renamed it to .htaccess.disabled
i would suggest just creating a new file
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
a .htaccess is a plain text file. You can copy and paste the line i gave you in notepad, upload it, then rename it to .htaccess
 
Status
Not open for further replies.
Top