05/11/2009, 09:48
|
| Moderador | | Fecha de Ingreso: abril-2005 Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años, 7 meses Puntos: 839 | |
Respuesta: Url amigables, htaccess me esta volviendo loco Prueba así:
Código:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^(.*)\.html$ /subcategorias/index.php?categoria_id=$1 [L]
RewriteRule ^(.*)$ $1.php [L,QSA]
|