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!

Error Documents Unwanted For Specific Directory

Status
Not open for further replies.

sdgiffin

Technical User
Apr 9, 2006
2
CA
I have error documents in place on my Apache server but I'd like to have them not applied for a specific directory because I want just a server generated directory listing. I can put an index file in the directories to create the appearance of a directory listing, but there are too many files. If I leave the index file out (or rename it) I get a 403. I'd like to not have a 403 and not have an index file. Any ideas?
 
sdgiffin,

You could try:

Code:
<Directory /path/to/directory>
Options Indexes 
</Directory>

Wishdiak
A+, Network+, Security+, MCSA: Security 2003
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top