On Jan 20, 2008 6:01 AM, Alain Roger <[EMAIL PROTECTED]> wrote:
> Hi Joshua,
>
> i did the following thing but it does not work, even if i restarted apache
> services (under windows)
> <Directory "D:/webserver/myweb/welcome/">
>   Options -Indexes
>   Deny from all
>  </Directory>
>
> what's wrong ?

There is another <Directory> section with an Options directive that is
overriding that one, most likely. Go through httpd.conf (and any other
config file you are using) and remove "Indexes" from every Options
directive you find.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to