i have updated my OS from 12.04 to ubuntu 14.04 and when i try to reload my Symfony2 project i get this error :
You don't have permission to access /app_dev.php/ on this server.
here's my apache2 file :
<VirtualHost *:80>
ServerName s**a
ServerAlias d**n
# Indexes + Directory Root.
DirectoryIndex index.html index.php
DocumentRoot /home/****/
<Directory />
Options -Indexes +FollowSymLinks
Require all granted
</Directory>
<DirectoryMatch .*\.svn/.*>
Deny From All
</DirectoryMatch>
# Logfiles
</VirtualHost>
PS : it works well before the update !