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

agregue lo indicado y no funcionó :(



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]