Does anyone know how to disable directory browsing on Apache 1.3.26 in Win32?
Printable View
Does anyone know how to disable directory browsing on Apache 1.3.26 in Win32?
:confused: ac1d, come on... have you rtfm of apache? have you googled it before posting?Quote:
Does anyone know how to disable directory browsing on Apache 1.3.26 in Win32?
this sounds a newbie question to me. i bet this post would be suicidal if you were one. ;)
anyway, its "options -indexes" in directory directive.
<Directory /some/dir/ >
Options -Indexes
AllowOverride All
...
...
</Directory>
peace always,
<jdenny>