Sederhana 301 Redirect

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