>apache home>conf>httpd.conf
Do the following changes
First of all find your webserver root directiory , those lines are inside...
in my case , <Directory "C:/WWW/public_html">
#Options Indexes FollowSymLinks //its enable directory listing
#disable directory listing
Options -FollowSymLinks -Indexes // prevent directory listing
thats it , save colse
restart apache !!!


No comments:
Post a Comment