internal server error

Status
Not open for further replies.

funfreakteam73

New Member
Messages
7
Reaction score
0
Points
0
When I am opening my site its giving this error

Internal Server Error

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.



Please help me out
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Make sure your directories have permissions set to 0755 (public_html the exception , 0750) and files set to 0644 .

Any .htaccess file that uses mod_rewrite (clean URLs, etc) should have the line

RewriteBase /

above any RewriteRule

Any attempt to set php variables will also cause 500 Errors.
 
Status
Not open for further replies.
Top