logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: "Denying Directory Browsing", how do I?
Author
H4rM



Joined: 11 Jun 2006
Posts: 7

PostPosted: Mon 19 Jun '06 15:15    Post subject: "Denying Directory Browsing", how do I? Reply with quote

I notice on some websites that have a sample url like

http://www.example.com/gallery/index.html

that you cannot look into the "gallery" folders files if you back the url up typing this; http://www.example.com/gallery/

Called "Denying Directory Browsing"

What do I have to do to my own website to lock my directories from viewing from others?
Back to top
H4rM



Joined: 11 Jun 2006
Posts: 7

PostPosted: Mon 19 Jun '06 15:57    Post subject: Reply with quote

Ah, found it on another site.
I just have to add an index.html file to each of the directory folders I do not want browsing on.


Sweet. Works great!
Back to top
ildjarn



Joined: 22 Dec 2005
Posts: 5

PostPosted: Mon 19 Jun '06 16:37    Post subject: Re: "Denying Directory Browsing", how do I? Reply with quote

H4rM wrote:
I notice on some websites that have a sample url like

http://www.example.com/gallery/index.html

that you cannot look into the "gallery" folders files if you back the url up typing this; http://www.example.com/gallery/

Called "Denying Directory Browsing"

What do I have to do to my own website to lock my directories from viewing from others?


Options -indexes
Back to top


Reply to topic   Topic: "Denying Directory Browsing", how do I? View previous topic :: View next topic
Post new topic   Forum Index -> Apache