Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/03/2008, 14:04
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: urls amigables htaccess

No, si tu tienes en tu página original:
Código HTML:
<a href="http://www.midominio/coches_antiguos.html">Haz click para ver coches antiguos</a> 
El robot indexa la dirección y va a http://www.midominio/coches_antiguos.html, y ve el resultado, aunque tu en tu .htaccess tengas que reescriba ese URL a ?id=coches_antiguos, eso ya lo manejas en tu PHP internamente, para el robot la URL es http://www.midominio/coches_antiguos.html.

Saludos.