1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
In case you are on Ubuntu, edit the file /etc/apache2/apache2.conf ! You can define for each dir. <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride all Require all granted </Directory> and change it to; <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> sudo service apache2 restart |