Hola
DonChe
Te refieres a que cuando abras la Web entre a
index.html y automáticamente te redirija a otra Web?, si es así, te comento:
A través de META TAG
Redirect to a Different URL using the Meta Tag "Refresh"
En PHP:
Código PHP:
$goURL = "www.forosdelweb.com";
header ("Location: ".$goURL);
Saludos,