Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/02/2010, 12:35
Avatar de LinkLooker
LinkLooker
 
Fecha de Ingreso: agosto-2002
Mensajes: 136
Antigüedad: 21 años, 9 meses
Puntos: 3
Respuesta: Ayuda con Redirect 301

Gracias por su ayuda.. lo hice en PHP utilizando el siguiente código

<?php
header("HTTP/1.1 301 Moved Permanently");
header("location:http://www.midominio");
?>