PHP перейдите на другую страницу
<?php header("Location: anotherDirectory/anotherFile.php"); ?>
Tender Tarantula
<?php header("Location: anotherDirectory/anotherFile.php"); ?>
header("Location: http://example.com/redirect_page.php");
die(); //Force the script to quit, or you would raise an error...