Answers for "Simple 301 redirect"

PHP
0

Simple 301 redirect

<?php
header("Location: https://softhunt.net", true, 301);
exit();
?>
Posted by: Guest on April-10-2022

Browse Popular Code Answers by Language