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

Re: [cobalt-users] Directory listing problem



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