This is a discussion on Re: Enable directory browsing? within the Apache Web Server forums, part of the Web Server and Related Forums category; Jan Moeller <jan.moeller@everymail.net> wrote: > Is it possible to enable directory browsing (I don't ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jan Moeller <jan.moeller@everymail.net> wrote:
> Is it possible to enable directory browsing (I don't want an index.html) > locally, e.g. using htaccess or something else? If they allow that, put an .htaccess in your directory with Options +Indexes and that should do the trick. Check with your sysadmins. Davide |
|
|||
|
Davide Bianchi wrote:
> Jan Moeller <jan.moeller@everymail.net> wrote: > >>Is it possible to enable directory browsing (I don't want an index.html) >>locally, e.g. using htaccess or something else? > > If they allow that, put an .htaccess in your directory with > Options +Indexes > and that should do the trick. Check with your sysadmins. Thx, I tried this, doesnt work :-(. Do you know how to configure Apache so that browsing is disabled by default but local users can enable it anyway? What keyword do they have to use to allow overruling this global setting? Seems they dont allow this at the moment. Thx, Jan |