Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/07/2014, 06:03
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: RewriteRule afecta enlaces posteriores

Tienes que usar paths absolutos:

Código Apache:
Ver original
  1. RewriteCond %{REQUEST_FILENAME} !-d
  2. RewriteCond %{REQUEST_FILENAME} !-f
  3.  
  4. RewriteRule ^(.+)/?$ /index\.php [QSA,L]