Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/03/2013, 04:46
luisalberti
 
Fecha de Ingreso: septiembre-2011
Mensajes: 176
Antigüedad: 12 años, 8 meses
Puntos: 0
problema con rwrite 3 variables

Hola, alguién me podría ayudar con rwrite no me pasa la 3 variable. Hasta la segunda me funciona correctamente, pero la 3 no.

Muchas Gracias

Código Apache:
Ver original
  1. RewriteEngine On
  2. RewriteBase /webempresa/
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule (.*)/(.*)$ index.php?item=$1&descuentos=$2&menu=$3