em /etc/apache2/apache2.conf
add Require all granted
para os diretórios aos quais você deseja conceder acesso como este
<Directory "your directory here">
Order allow,deny
Allow from all
Require all granted
</Directory>
Em seguida, reinicie o apache2
service e vá para o link .