add redirect php

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

Also in PHP: