Disable directory listing (index) in Apache

/etc/apache2/httpd.conf
Add line
Options –Indexes
sudo /etc/init.d/apache2 reload

OR

/etc/apache2/sites-availabl/[sitename]
find line:
Options Indexes FollowSymLinks MultiViews
And add “” in front of the “Indexes“:
Options -Indexes FollowSymLinks MultiViews
sudo /etc/init.d/apache2 reload

Ubuntu Server


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Captcha
captcha
Reload