The code in my .htaccess file kept making my site crash. This solution worked for me - Instead of the .htaccess file containing: AddType application/x-httpd-php .php .htm .html I changed it to: AddHandler AddType application/x-httpd-php .php .htm .html It works fine now