php 301 redirect
PHP Redirect
< ?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.YOUR-NEW-URL.com" );
?>
PHP Redirect
< ?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.YOUR-NEW-URL.com" );
?>