- Connect via ssh or FTP to your Raspberry
- Check the file /etc/apache/apache2.conf
- Modify « AllowOverride » changing « None » with « All »
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
- Restart apache : sudo service apache2 restart