View Single Post
  #10 (permalink)  
Old 04-25-2007, 08:45 AM
webdev webdev is offline
Supreme Babbler
 
Join Date: Apr 2007
Posts: 563
webdev has a few positive reputation points
Default

Liz, it is possible you can keep your existing domain and point it to your new domain. Now, i don't know if this is possible with SBI. Wheather SBI would allow you to point your existing domain to their DNS (Domain Name Server). Basically, the process is very simple. Let say you want to point your Domain 'A' hosted at Company 'A' to Company 'B', you basically change the Domian Name Server information of you old domain in the control panel to the new Domain Server Information given to you by Company 'B'. Usually, the Domain Name Server information is a set of domains like dns1.hostngcompanyname.com, dns2.hostngcompanyname.com.

Another way of doing this would through HTML code. In this case, in your index.html file, you will put the following code.

HTML Code:
<META HTTP-EQUIV="refresh" content="2;URL=http://www.yournewdomain.com"> 
This above code will take the user to your new site with the new domain when that user comes to your www.thebodywisdomcenter.com.

Hope this helps. Regarding the first method, im not sure if SBI would allow that.
Reply With Quote