View Single Post
  #6 (permalink)  
Old 10-27-2006, 05:06 AM
brucet's Avatar
brucet brucet is offline
WebProWorld Member
 
Join Date: Feb 2004
Location: London, UK
Posts: 72
brucet RepRank 0
Default

You appear to have your DNS for www.URCleanandLean.com set up to use frame-based web forwarding to www.shopat-home.com, where you should be using a 301 redirect.

You need to set up www.URCleanandLean.com in its own web space, and place a text file called .htaccess in the web root. That file should contain 1 line:

redirect 301 / http://www.shopat-home.com

If www.URCleanandLean.com already has a .htaccess file when you set it up, add the line above as the last line in the file

There are risks in switching from one domain to another, and it's worth reading the following thread first - you might change your mind!
http://www.webmasterworld.com/forum30/31035.htm
__________________
Bruce Townsend
Actinic ecommerce software, ecommerce website design
Reply With Quote