Простой 301 перенаправление
<?php
header("Location: https://softhunt.net", true, 301);
exit();
?>
Outrageous Ostrich
<?php
header("Location: https://softhunt.net", true, 301);
exit();
?>