Forum Moderators: phranque

Message Too Old, No Replies

Is it posible to override .htaccess inheritance?

Want "options -indexes" to apply to a top folder, but not below

         

MichaelBluejay

10:21 pm on May 29, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



In </folder> I've set my .htaccess to "Options -indexes". Works great. But all the folders below it have inherited that option, and I don't want them to. I know I can put an .htaccess file in each and every subfolder, but that's pretty cumbersome. I know I can also just put an "index.html" file in </folder>, which I imagine would work just as well as "Options -indexes", but I'm looking for something more elegant.