Help me

Status
Not open for further replies.

menson0471

New Member
Messages
2
Reaction score
0
Points
0
Problem with a site

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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Make sure all .php files have permissions set to 0644 (if the file is group or world writeable, ie 0777 or 0666, the current security set up will cause 500 errors).

If your .htaccess file uses mod_rewrite, make sure that you have

RewriteBase /

above any RewriteRule
 

menson0471

New Member
Messages
2
Reaction score
0
Points
0
Make sure all .php files have permissions set to 0644 (if the file is group or world writeable, ie 0777 or 0666, the current security set up will cause 500 errors).

If your .htaccess file uses mod_rewrite, make sure that you have

RewriteBase /

above any RewriteRule


Thanks, has rectified an error, I from Russia excuse for accent :biggrin:

Спасибо вам!! и сайту за предоставленные услуги
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
I am marking this thread as resolved.
If you need additional assistance, feel free to create another support thread or re-open this thread.
*****Thread Closed*****
 
Status
Not open for further replies.
Top