En php prueba :
Código PHP:
<?php
header("Location: index2.html");
?>
Y en html prueba :
Código PHP:
<html>
<head>
<!-- Copiar dentro del tag HEAD -->
<meta HTTP-EQUIV="Refresh" CONTENT="1; URL=MOVISTAR">
</head>
<body>
</body>
</html>
CONTENT= Es el tiempo ai dice 1 = segundo creo que es . Espero que te sirva de algo