Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2007, 06:24
zsamer
 
Fecha de Ingreso: noviembre-2003
Mensajes: 798
Antigüedad: 21 años, 1 mes
Puntos: 8
Re: .htaccess en MVC

Al parecer te falto el {REQUEST_FILENAME} antes de la regla, te dejo el mio.
Código:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !\.(js|ico|gif|jpg|jpeg|png|css|swf|xml|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php