Tema: mod_rewrite
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/02/2010, 22:46
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: 18 años, 4 meses
Puntos: 223
Respuesta: mod_rewrite

De preferencia define el .htaccess de esta forma:
Código Apache:
Ver original
  1. <IfModule mod_rewrite.c>
  2.  
  3.   RewriteEngine on
  4.   RewriteBase /
  5.  
  6.   RewriteCond &#37;{REQUEST_FILENAME} !-f
  7.   RewriteCond %{REQUEST_FILENAME} !-d
  8.   RewriteRule ^wine-tasting-tasting$ tasting.php
  9.  
  10. </IfModule>

Luego verifica que todo funcione, y que tus scripts generen las URLs como deben ser.
__________________
Blog: JavierAroche.com - Twitter: @j_aroche