[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ3 - Turning ON Directory Browsing
- Subject: Re: [cobalt-users] RaQ3 - Turning ON Directory Browsing
- From: "Simon Browning" <mail@xxxxxxxxxxxxx>
- Date: Wed Dec 6 11:51:33 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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