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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web site directory listing

Status
Not open for further replies.

brk1221

MIS
Jan 29, 2002
230
US
Hi, when opening our company intranet site through a VPN connection, the user receives a directory listing of the site instead of the home page. Is this a DNS issue? I opened port 80 and 53 to the web server (running linux, apache).

Thanks
Tim
 
Nope, this is a webserver config issue.

You need to change the httpd.config file to:

<Directory />
Options -Indexes
</Directory>

This will restrict directory listing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top