Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Directory Listings 1

Status
Not open for further replies.

Tevi

Technical User
May 6, 2002
6
US
Heya. I currently have Apache 2.0.35. There is something that is boggling me. I would like to have just a directory listing of files (for instance, if you typed url.com/directory, you'd get all the files in that directory). But, when the directory is attempted to be accessed, they get:
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
How can I change it so that a directory isn't forbidden?
 
Hi mate,

The following directive may be used either globally or you can specify a particular directory..

# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#

Hope this helps Wullie

 
How would I specify a certain directory I want "indexes" for, though?
 
That doesn't seem to change anything... hmm?
 
Wait, now it works. Thanks! =)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top