Hola tengo el problema de que si pongo
www.test/aplication/test
me da el error 500
Internal Server Error
Si lo pongo
www.test.com
no hay problemas....
este es mi .htacces
Código:
RewriteEngine On
RewriteBase /aplication/test
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
No se si es por el apache, php o es por Zend.....Cual puede ser el problema..
Muchas gracias