Ver Mensaje Individual
  #7 (permalink)  
Antiguo 17/07/2013, 12:58
Montes28
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 13 años, 7 meses
Puntos: 6
Respuesta: Error en framework SILEX

cando entro a http://localhost/silex/web/hello

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]