
05/11/2009, 09:48
|
 | Moderador | | Fecha de Ingreso: abril-2005 Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 20 años 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]
|