Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php permanent redirect to url

// Redirect page perminately
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://www.yourfancynewsite.com/mypage.php");
exit();
 
PREVIOUS NEXT
Tagged: #php #permanent #redirect #url
ADD COMMENT
Topic
Name
4+6 =