Is there a way to specify an apache directive in .htaccess in a specific folder and have it not propagated to it's child folders ?
<OnlyForThisHTACCESS>
DirectoryIndex index.asp
</OnlyForThisHTACCESS>
I dont want a particular directive to be inherited.
Thanks