Ver Mensaje Individual
  #19 (permalink)  
Antiguo 09/11/2009, 21:50
Avatar de urgido
urgido
 
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 2 meses
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!