Web & HTTP‎ > ‎

PHP

Redirect

Create a file "redirect.php" with the following

<?PHP
header("Location: http://www.hiremeup.com.au/testing/");
exit;
?>