
14/10/2011, 04:26
|
| | | Fecha de Ingreso: agosto-2011 Ubicación: España
Mensajes: 445
Antigüedad: 14 años, 2 meses Puntos: 89 | |
| Respuesta: Como escribir el htaccess? Prueba así:
Código Apache:
Ver originalRewriteEngine On RewriteRule ^([^/]*)/([^/]*)$ /menu.php?l=$1&p=$2 [L]
|