<?php header('Location: http://google.pl/'); ?> <?php header('Location: http:://google.pl'); ?>
albo w HTML
<html> <head> <meta http-equiv="refresh" content="5;url=http://192.168.1.1/"> </head> <body> Trwa migracja na nowy serwer 192.168.1.1<br/> Za 5 sekund nastapi przekierowanie. </body> </html>