21/04/2018, 15:01
|
| | Fecha de Ingreso: marzo-2014
Mensajes: 56
Antigüedad: 10 años, 8 meses Puntos: 1 | |
Respuesta: Url amigables no funciona Cita:
Iniciado por KalSmith 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] |