Internal Server Error

Status
Not open for further replies.

germana

New Member
Messages
7
Reaction score
0
Points
0
Im getting this error when i try to see my site.... is this part of the migration???
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, corey@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.


Thanks!!!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
If your index is a .php file, make sure it (and any other .php files ) have permissions set to 0755 or 0644. If they are set to 0777 or 0666 you will get a 500 error.

If that does not work, check any .htaccess files. If it contains any lines that start

RewriteRule

make sure you have a the line

RewriteBase /

at the top of the .htaccess file.
 
Status
Not open for further replies.
Top