Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/02/2010, 22:42
Avatar de j_aroche
j_aroche
Server Ninja
 
Fecha de Ingreso: agosto-2006
Ubicación: iPhone: 14.624481,-90.487457
Mensajes: 2.066
Antigüedad: 17 años, 9 meses
Puntos: 223
Respuesta: problemas con .htaccess con variables

Te da un error 500 el servidor o simplemente no se llama a tu script ?

De todas formas prueba un .htaccess así:

Código Apache:
Ver original
  1. Options +FollowSymLinks
  2. RewriteEngine on
  3. RewriteBase /
  4.  
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^prueba/(\w+)/?$ pruba.php?id=$1
__________________
Blog: JavierAroche.com - Twitter: @j_aroche