![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/04/2018, 14:55
|
| | Fecha de Ingreso: marzo-2014
Mensajes: 56
Antigüedad: 10 años, 10 meses 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] |