Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/05/2007, 03:21
elmiguel
 
Fecha de Ingreso: noviembre-2004
Mensajes: 10
Antigüedad: 19 años, 5 meses
Puntos: 0
Convertir páginas dinámicas en estaticas

Hola estoy intentando convertir paginas dinamicas en estaticas he visto que se hace con el metodo rewrite usando .htaccess pero no logro que funcione.
El código que pongo es el siguiente:

RewriteEngine on
RewriteRule ^medidores/(.*)-(.*)\.htm /testinges/index\.php?cat=c$2&refID=waso
RewriteRule ^medidores/(.*)-(.*)\.html /testinges/index\.php?cat=c$2&refID=waso

la direccion actual es:
/testinges/index.php?cat=c304_Barometros-AVM-4000.XXX

y la que quiero conseguir debe ser la siguiente:
/testinges/index.php/cat/c304_Barometros-AVM-4000.XXX

Nota, pongo XXX en vez de html por problemas con el foro

Por favor ayudarme.
Un saludo