Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/06/2011, 04:39
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 5 meses
Puntos: 890
Respuesta: Como redirecciono a www sin htaccess

Voto por el cambio a un Hosting linux.

Podrias probar con esto:

Código PHP:
Ver original
  1. <?php
  2. if(!strpos($_SERVER['SERVER_NAME'], "www.")){
  3.    header('Status-Code: 301');
  4.    header('Location: http://www.'.$_SERVER["SERVER_NAME"].$_SERVER['REQUEST_URI']);
  5.   }


PD: Hay que ponerlo en la primera linea de tu theme/header/page(No se si dara problemas con las sessiones tambien, pero con probar no perdés nada) Y tampoco se si la variable global SERVER funcione igual...

Saludos.
__________________
Drupal Argentina