
stop .htaccess cascade or removehandler?
HI, I have the files in most of my site go through a php wrapper so they all appear the same using a template, however, there is one subfolder that I don't want to have wrapped. How can I remove the handler... or actually restore the original handler.
I have tried removehandler but it does not seem to work.
/.htaccess
AddHandler headered .html
AddHandler headered .shtml
#HOSTMONSTER WORKED WITHOUT ?XXX
#GODADDY REQUIRED SOMETHING SEE
htaccess problem with action directiveAction headered /template/somename.php?PHP_SELF=
/somedirectory/.htaccess
RemoveHandler .html
RemoveHandler .shtml
Yet it seems to be trying to run the action