iTony on 03/31/08
Last Edited at 03/31/08 01:19am
<?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?>
Report this snippet Tweet
Comment:
You need to login to post a comment.