[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Directory listing problem
- Subject: Re: [cobalt-users] Directory listing problem
- From: flash22@xxxxxxx
- Date: Sun Jul 29 21:48:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 30 Jul 2001, Ramon LOPEZ wrote:
> How can i deny the "directory listing" option of apache ?
>
> Which file must i edit ?
create .htaccess file in the site's top (web) directory,
add a line that says
Options -Indexes
More gory details at
http://httpd.apache.org/docs-2.0/mod/core.html#options
gsh