Redirección 301 simple 301
<?php
header("Location: https://softhunt.net", true, 301);
exit();
?>
Outrageous Ostrich
<?php
header("Location: https://softhunt.net", true, 301);
exit();
?>