Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/07/2010, 09:38
sub7
 
Fecha de Ingreso: junio-2008
Mensajes: 34
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: .htaccess y variables $1 y $2

Con este codigo me sale si pongo:
www.xxx.com/ficha=62_sevilla duplex

Código:
Options +FollowSymLinks
RewriteEngine on

RewriteRule ^ficha=(.*)_(.*)/?$ ficha.php?id=$1&tags=$2 [QSA]

AddHandler application/x-httpd-php .php .php4 .php3 .html .htm
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
pero solo quiero que poniendo www.xxx.com/ficha=sevilla duplex me salga la ficha de esta vivienda, pero no me sale, tengo que poner el id aparte de los tags.

Sabeis como hacerlo?
Muchas gracias por la ayuda.