I'm running Apache 2.2.3
I'm loading PHP as a module.
I have the following directive in my httpd.conf file:
AddType application/x-httpd-php .php .htm .html .css
I have a specific directory where i do not want to parse css files as PHP
I've tried all of the combinations of RemoveType and RemoveHandler in .htaccess in that directory and I cannot get it to work.
.htaccess is definitely being read as if I put other directives in there, they work.
I'm stumped.
I would appreciate some help.
Thanks