Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/06/2008, 20:45
Avatar de squall2501
squall2501
 
Fecha de Ingreso: junio-2008
Mensajes: 63
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: redireccionar

Cita:
Iniciado por Blunk Ver Mensaje
Podes usar esto:
<meta http-equiv="refresh" content="0; url=http://www.forosdelweb.com">

O

<script>
location = "http://www.forosdelweb.com";
</script>

Podes usar PHP:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.forosdelweb.com");
?>
muchas gracias quedo listo