Configurar apache

<VirtualHost *>
    DocumentRoot "C:proyectosproyecto-symfony2web"
    DirectoryIndex app.php
    ServerName briored.symfony2
    <Directory "C:proyectosproyecto-symfony2">
       AllowOverride All
       Order allow,deny
       Allow from all
       Require all granted
    </Directory>
</VirtualHost>