June 9, 2004 at 3:46 am
#650330
Inactive
There is another format that can be used to accomplish the same thing.
It’s a basic 301 redirect that is placed in the .htaccess file. If you dont have an .htaccess file then create it as a text document and place it on the root directory for your site.
If you have this file already, scroll down to the bottom of the code, miss a line and use the following syntax:
redirect 301 /current/currentname.htm http://www.you.com/newfolder/newname.htm
To redirect an entire site you would use:
redirect 301 /http://www.newsite.com/
Kevin 11