Core Coding®

PHP 301 Redirect

  PHP 301 Redirect
By using 301 redirects, you preserve search engine placement and indexing -- that is not losing rank!
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.newdomain.com/newpage/newurl.htm");
exit();
Go back to resources
Home Mail GitHub