7/07/2009

Disable directory browsing using APACHE: Solved

Solution:

you will find the apache configuration file probably here:
+ .../httpd/conf/httpd.conf
+ Using an editor like Notepad, edit the httpd.conf file, find a line like this:
Options All Indexes FollowSymLinks MultiViews
or
Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
+ Remove Indexes and save
+ Restart your apache webserver and done.

Related Posts :



0 comments:

Post a Comment