I was in the hta.access file and was trying to add code to upgrade the php version to 5.4 and got 500 errors? This is what the code looks like in the file RewriteEngine off
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/neenah/public_html/php.ini
order allow,deny
# deny from all
</Files>
</IfModule> got the other issue fixed then stumbled into this one shortly thereafter./Bob
Comments
It's probably best to contact your host.
If you placed that htaccess instead of the ZP one that is most likely not to work.
What ever your wish to do via htaccess you have to add it to that htaccess file (or however your host allows php version switching). You cannot have two htaccess files within a folder.