[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3 - Turning ON Directory Browsing



> But how do I turn *on* directory browsing for just one domain/directory,
via
> an .htaccess file in the directory?

Options -Indexes

turns off directory browsing, to turn it on use

Options Indexes

Or

Options +Indexes

to ensure merge with existing options directives. For more ionformation see
http://www.apache.org/docs-1.2/mod/core.html#options