getting 500 Internal Server Error

Status
Not open for further replies.

satish.singh8723

New Member
Messages
7
Reaction score
0
Points
0
today i opened my website "http://wallpapers-extreme.tk/". and it is not opening.
I am getting following 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."


please help me to solve this problem.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Did you change anything recently? Did it work before? Do the files all have permissions set to 0644 and directories set to 0755? What is the content of the .htaccess file in that directory?
 

satish.singh8723

New Member
Messages
7
Reaction score
0
Points
0
Thanks for your quick reply...:)
It is working today. but all css stye structure is gone.
and i haven't made any resent change nor even update. since 1 month.
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
Hello,

500 Internal Server Errors are caused by errors on your account that you can easily fix once you figure out what the error is. The common causes for 500 Internal Server Errors are below:
1. Permissions. Files MUST be 0644 and folders MUST be 0755. The public_html folder MUST be 0750
2. Not specifying a RewriteBase when using RewriteRules in .htaccess.
3. Trying to use php_flag or php_value in .htaccess.

Please see our wiki page for more information. I realize you said you haven't changed your site in a while, but please check all of the above anyway.
 

satish.singh8723

New Member
Messages
7
Reaction score
0
Points
0
i have deleted all thelines on .htaccess and also all file and folder permission are correct. site sometime opens and sometime gives 500 Internal Server Error.
 
Status
Not open for further replies.
Top