add redirect page php

PHP
header("Location: /");
exit();< ?php header("Location: http://www.redirect.to.url.com/"); ?>
Source

Also in PHP: