Web site goes off-line; http 500 internal server error
-
My web site/blog https://www.camphilluu.com went offline, to be replaced by the “http 500 internal server error” (IE). This was unexpected, as I had not made any active changes that I am aware of prior to the crash.
I can’t seem to do a thing about it. I called my host, register.com, and was given the dubious advice that it was the file permissions. It wasn’t. I’m assuming if my account was in bad standing for any non-technical reasons, he would have told me.
Since, I’ve reinstalled WP to no avail.
I’ve searched the forum archives for “500*” errors, but there’s so much out there, I’m asking again.
This is what my .htaccess file looks like”
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName camphilluu.com
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*# BEGIN WordPress
# END WordPress
I know enough to get this far, but I am not a programmer by any stretch.
Any suggestions?
- The topic ‘Web site goes off-line; http 500 internal server error’ is closed to new replies.