Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: http://www.yoururl.com versus http://yoururl.com

[bsa_pro_ad_space id=2]
#650330
Anonymous
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