<?
Header( HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
Put this code in your header before everything else.If you use wordpress got to appearances,editor,open your header php and place the code at the very top of the page.
If you're talking webmaster tools,don't do it from there!You can do it from your cpanel UI as well if you prefer.
Header( HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
Put this code in your header before everything else.If you use wordpress got to appearances,editor,open your header php and place the code at the very top of the page.
If you're talking webmaster tools,don't do it from there!You can do it from your cpanel UI as well if you prefer.