xxxxxxxxxx
sudo nano /etc/apache2/sites-available/yourhostname.conf
remove these lines:
allow from all
Options None
save
then, run:
systemctl restart apache2
xxxxxxxxxx
<Directory />
#Options FollowSymLinks
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Allow from all
</Directory>