[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Disable directory browsing
- Subject: Re: [cobalt-users] Disable directory browsing
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Fri May 18 08:49:20 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hi all, may I know is there another way to set a default directory
> permission so that directory permission is disabled ?
Either drop an .htaccess file in the web root of the site's directory
with:
Options -Indexes
or search the archives for directory browsing (and any other ways of
stating that term that you can think of).
You'll have to make a small change to access.conf.
CarrieB