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.