Return to Snippet

Revision: 55713
at February 18, 2012 08:33 by bigroadtrip


Initial Code
<?php
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.example.com" );
?>

Initial URL


Initial Description
PHP 301 redirect code for giving a page a 301 permanently moved code

Initial Title
PHP 301 redirect

Initial Tags
redirect

Initial Language
PHP