Friday, October 29, 2010

PHP: 301 redirect

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>

No comments:

Post a Comment

Powered by Blogger.