301 Parmanent Redirect Without htaccess

 

<?php

header("HTTP/1.1 301 Moved Permanently");
header("Location: anypage.php");
?>

Post a Comment

0 Comments