Place in a blank PHP page following snippet.
<?php
// Change to the URL you want to redirect to
$URL="http://www.example.com";
header ("Location: $URL");
?>
Place in a blank PHP page following snippet.
<?php
// Change to the URL you want to redirect to
$URL="http://www.example.com";
header ("Location: $URL");
?>