Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/04/2018, 15:01
KalSmith
 
Fecha de Ingreso: marzo-2014
Mensajes: 56
Antigüedad: 10 años, 1 mes
Puntos: 1
Respuesta: Url amigables no funciona

Cita:
Iniciado por KalSmith Ver Mensaje
agregue lo indicado y no funcionó :(, no tengo configurada en el htaccess ninguna regla sobre la carpeta base.



RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

Rewriterule ^mvc/([a-zA-Z0-9]+)$ /index.php?controller=$1 [L]