Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/04/2009, 14:54
bellleti
 
Fecha de Ingreso: abril-2008
Mensajes: 144
Antigüedad: 16 años, 1 mes
Puntos: 1
Pregunta .htaccess + ZendF

he instalado ZFramework y cuando creo el archivo .htaccess la pagina index.php no me carga... solo he echo un index.php con un simple echo...etc pero cuando creo el htacces no funciona... a que es debido? algo de configuracion?

gracias

.htacces
Código PHP:

RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} -[OR]
RewriteCond %{REQUEST_FILENAME} -[OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule 
^.*$ - [NC,L]
RewriteRule ^.*$ /index.php [NC,L