Create a PHP file and add the following code:

<?php 
header('Location: mypage.php'); 
?>

Replace mypage.com by the link you want to redirect visitors to.

When someone will “visit” the PHP file in their browser, they will be automatically redirected.

Source: https://ccm.net/faq/9296-php-redirect-to-another-page