Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/01/2011, 22:25
resu
 
Fecha de Ingreso: mayo-2006
Ubicación: Argentina (Buenos Aires,CABALLITO)
Mensajes: 331
Antigüedad: 18 años, 5 meses
Puntos: 9
Respuesta: Redirigir visitas de una web vieja a varias nuevas

Código PHP:
Ver original
  1. <?php
  2.     header("HTTP/1.1 301 Moved Permanently");
  3.     header("Location: http://pagina2.com/".$_SERVER['REQUEST_URI']);
  4. ?>

saludos,