Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/08/2008, 15:50
Avatar de knsin0
knsin0
 
Fecha de Ingreso: septiembre-2006
Mensajes: 161
Antigüedad: 18 años, 2 meses
Puntos: 2
Respuesta: Redireccion 301 duda sobre url

Se trata de un CMS, Drupal. He encontrado esto:
Código:
  # Rewrite current-style URLs of the form 'index.php?q=x'.
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
¿Puede ser la causa?