Internal server error

Status
Not open for further replies.

jkellerw

New Member
Messages
2
Reaction score
0
Points
1
What is causing me to get a blank white page when I go to my website.
My browser says its a 500 internal server error. What is the cause? It worked fine until now.
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Look at your files for a .htaccess file. Rename it htaccess.txt and see if that makes a difference. Make sure the permissions on your folders are 755 and the permissions on your files are 644.
 

jkellerw

New Member
Messages
2
Reaction score
0
Points
1
Look at your files for a .htaccess file. Rename it htaccess.txt and see if that makes a difference. Make sure the permissions on your folders are 755 and the permissions on your files are 644.
I found the htaccess file with no extension, I added .txt but it didn't help. The permissions are all correct.
 

spacresx

Community Advocate
Community Support
Messages
2,199
Reaction score
195
Points
63
What is causing me to get a blank white page when I go to my website.
My browser says its a 500 internal server error. What is the cause? It worked fine until now.

Is it possible that you had a 'hook' to another file on the page your trying to visit but removed the script ?
For example something like "< ?php require '/home/user/public_html/script/file.php'; ?>"
If you start a page with something like that it would cause a 500 error as well if it cant find the script.
just a thought.
 
Status
Not open for further replies.
Top