Wednesday, March 5, 2014

Apache2 : How to disable directory listing

open sites-available/default file

change to below:
  <Directory /var/www/>
                Options FollowSymLinks MultiViews
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>


restart apache2 

No comments:

Post a Comment