[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Turning off Directory Browsing?
- Subject: Re: [cobalt-users] Turning off Directory Browsing?
- From: Florian Effenberger <florian.effenberger@xxxxxxxxxxxxx>
- Date: Sun Oct 15 22:58:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Jim,
create a .htaccess file with the following content:
Options -Indexes
That should do it ;)