Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/07/2006, 16:21
Snake nS
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cordoba - Argentina
Mensajes: 503
Antigüedad: 19 años, 4 meses
Puntos: 1
yyy como tendria que hacer mas o menos???? como deberia poner en el htacces para remplasar:

hxxp://www.armedassault.com.ar/post1153514469.html?go=Inicio
por:
hxxp://www.armedassault.com.ar/post1153514469_inicio.html

Este es mi htacces actual:

Código:
RewriteEngine On
 RewriteRule ^post([0-9]*).html$ index.php?subaction=showfull&id=$1&archive=&start_from=&ucat=$2& [L]
 RewriteRule ^comments([0-9]*).html$ index.php?subaction=showcomments&id=$1&archive=&start_from=&ucat=$2& [L]
RewriteRule ^page([0-9]*).html$ index.php?start_from=$1&ucat=&archive=&subaction=&id=& [L]