Cita:
Iniciado por Montes28 cando entro a [url]http://localhost/silex/web/hello[/url]
obtengo este error
Not Found
The requested URL /silex/web/hello was not found on this server.
en ..htaccess tengo esto
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
Creo que deberías añadir algo como:
Ya que web debería ser el raíz del localhost. Con esa directiva "/silex/web/" las peticiones deberían llegar correctamente al index.php
Puedes crearte un virtualhost cuyo DocumentRoot apunte directamente a esa carpeta.