nooo a mi no me funciona
![triste](http://static.forosdelweb.com/fdwtheme/images/smilies/frown.png)
mi .htaccess esta en: proyecto/public/.htaccess y esta asi:
Cita: SetEnv APPLICATION_ENV development
Options -Indexes
#IndexIgnore *
AddDefaultCharset utf-8
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Tambien probe con: Options All -Indexes y descomentando IndexIgnore * que puede estar mal?