Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: how to deny directory indexing with apache 2.2 on windows |
|
Author |
|
leeyacobi
Joined: 04 Apr 2006 Posts: 9
|
Posted: Sat 08 Apr '06 17:30 Post subject: how to deny directory indexing with apache 2.2 on windows |
|
|
Hello,
I managed to deny directory browsing with apache 2.0.55 on windows to show the "Forbidden" page on windows but with the same settings on Apache 2.2 when browsing to a directory without an index file it still lists the files and subdirs.
Can anyone help?
Lee. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 09 Apr '06 19:42 Post subject: |
|
|
Please post that part from the httpd.conf. else we can not see what is going on. |
|
Back to top |
|
leeyacobi
Joined: 04 Apr 2006 Posts: 9
|
Posted: Sun 09 Apr '06 19:56 Post subject: |
|
|
I think this is the right part of 2.0.55 the config file that I should be posting..
<Directory c:/www/*/>
Options -Indexes
Options FollowSymLinks
AllowOverride None
</Directory>
Cheers,
Lee. |
|
Back to top |
|
|
|
|
|
|