
09/11/2009, 21:50
|
 | | | Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 20 años Puntos: 25 | |
Respuesta: la url no toma la id intenta reemplazar :
RewriteRule ^(.*)\.html$ subcategoria.php?categoria_id=$1 [L]
RewriteRule ^(.*)\.html$ producto.php?subcategoria_id=$1 [L]
RewriteRule ^(.*)\.html$ detalle.php?nombre=$1 [L]
por:
RewriteRule ^([a-zA-Z0-9_-]*).html subcategoria.php?categoria_id=$1 [L]
RewriteRule ^([a-zA-Z0-9_-]*).html producto.php?subcategoria_id=$1 [L]
RewriteRule ^([a-zA-Z0-9_-]*).html detalle.php?nombre=$1 [L]
__________________ Hospedaje Web al mejor costo! |