Revision: 5726
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 31, 2008 01:19 by iTony
Initial Code
<? header( "HTTP/1.1 301 Moved Permanently" ); header( "Status: 301 Moved Permanently" ); header( "Location: http://www.new-url.com/" ); exit(0); // This is Optional but suggested, to avoid any accidental output ?>
Initial URL
Initial Description
Initial Title
301 redirection with php
Initial Tags
Initial Language
PHP