I want to add a .htacess file to my directory to add a new PHP server parsed file extension...
AddType application/x-httpd-php .ghost
or even
Options -Indexes
When I do, I get a 500 error. If I add anything to the file, it gives me a 500 error. I have been using .htaccess files for years without any trouble, but this is a new host. It is Unix and Apache. I can use the .htaccess file to protect a directory fine, but that is all. I have to use AuthPAM_Enabled off
Does anyone know what is happening - why I can't add a new server parsed extension?
Thanks .... Ron