![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/05/2011, 09:45
|
| | Fecha de Ingreso: julio-2006
Mensajes: 17
Antigüedad: 18 años, 7 meses Puntos: 1 | |
Respuesta: Configuracion Application Module Mi .htaccess es:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Es que se crea por defecto desde zf create project |