1. Edit the default apache conf file
vim /etc/apache2/apache2.conf
2. Look for the following line
Options Indexes FollowSymLinks
3. Update to
Options All FollowSymLinks MultiViews -Indexes
4. Restart apache2
/etc/init.d/apache2 restart
1. Edit the default apache conf file
vim /etc/apache2/apache2.conf
2. Look for the following line
Options Indexes FollowSymLinks
3. Update to
Options All FollowSymLinks MultiViews -Indexes
4. Restart apache2
/etc/init.d/apache2 restart
Recent Comments