Randomly getting a 500 error on my website
- by randylahey
I am randomly getting a 500 error on my websites, all of which are hosted on a shared server.
It won't happen all the time, just randomly when I will refresh the page I will get a 500 error. It usually will come back after I refresh a few times.
I've been reading about it and have heard that .htaccess files can cause this... I did recently start using an .htaccess file to tell my server to start using php 5. I got the code straight from the hosting company that I am with. This is what is in the .htaccess file:
AddType x-mapp-php5 .php
If anyone has any ideas as to what would be causing this, that would really help.
Thanks!