Go Back   HostGator Peer Support Forums > Public Forums > Pre-Sales Questions

Notices

Reply
 
Thread Tools
  #1  
Old 08-05-2009, 06:05 PM
orangehippos orangehippos is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 1
Smile Moving from GoDaddy to Hostgator questions :)

Hello everyone!

I am very impressed with the professionalism and the plethora of positive reviews and robust support from hostgator and am changing from GoDaddy to you guys. I was just curious about changing over to hostgator as I originally purchased everything from GoDaddy. I guess I'm a noobie here and any advice would be great!

I purchased my domain name from Godaddy and am not sure on how to transfer it over to the hosting on HostGator. I then went and did their free domain hosting and found they put an annoying little ad banner at the top, and saw their price on hosting was rather obnoxious. I don't really need to transfer any of the hosted data to the HostGator servers, but I guess I'm just confused at how to transfer the domain name over, then do a clean install of Joomla with HostGator.

Just a simple kick in the right direction would be great!
Reply With Quote
  #2  
Old 08-05-2009, 06:14 PM
GvilleRick's Avatar
GvilleRick GvilleRick is offline
Emperor Croc
 
Join Date: Jan 2007
Location: Greenville, SC
Posts: 2,578
Default Re: Moving from GoDaddy to Hostgator questions :)

You don't have to transfer the registration over at all. You only have to change the nameservers to the ones HG will provide once your account is set up. I have several domains registered with GoDaddy and host on my dedicated server.

Once you purchase a hosting account here you will receive an email with information on how to access the account and the nameservers you should use. You would then go into your domain management at GoDaddy and edit the nameservers to the ones from that email. It takes 24-48 hours for the changes to propagate so that your domain will point here. Before that, you can use the IP address to access the account and transfer files over.
Reply With Quote
  #3  
Old 08-07-2009, 02:58 AM
alemcherry alemcherry is offline
Baby Croc
 
Join Date: Mar 2008
Posts: 79
Default Re: Moving from GoDaddy to Hostgator questions :)

Godaddy is good for domain names and HG for hosting. You are moving in right direction.

As mentioned above, just changing the nameservers is enough. Even moving your site to HG is possible, you should get it done free of cost if you contact support.
__________________
Read My Hostgator Review and get a Hostgator Coupon.
Reply With Quote
  #4  
Old 10-30-2009, 09:40 PM
cdnbride cdnbride is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 19
Default Re: Moving from GoDaddy to Hostgator questions :)

So hello to all from another newbie who came across this post while looking for similar information.

I have two domains at Godaddy that I would like to point to my site that I've been building here on HG. First off I changed the nameserver info correctly on one of my domains and when I go to my web address it goes to the Hostgator front end instead of my actual site.

Second, I would like for my other domain to point to the same site but am not quite sure how to make that work, do I just change the nameserver info for that domain as well?

Any help would be appreciated.... thanks in advance!

Cdnbride
Reply With Quote
  #5  
Old 10-30-2009, 10:47 PM
striddy striddy is online now
Emperor Croc
 
Join Date: Mar 2008
Location: /home/australia/earth
Posts: 2,664
Default Re: Moving from GoDaddy to Hostgator questions :)

Quote:
Originally Posted by cdnbride View Post
when I go to my web address it goes to the Hostgator front end instead of my actual site.
Did you upload any files yet? And/or did you delete the existing index file?

Quote:
Originally Posted by cdnbride View Post
I would like for my other domain to point to the same site but am not quite sure how to make that work, do I just change the nameserver info for that domain as well?
Change the nameserver to the same one, then in cpanel, park domain2 on domain1.
__________________
- David

Folding@Home Stats :
Reply With Quote
  #6  
Old 10-31-2009, 07:20 AM
cdnbride cdnbride is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 19
Default Re: Moving from GoDaddy to Hostgator questions :)

Hi David, thanks for replying...
I have put over 4000 products into our cart and had a designer upload our site from buyitsellit after converting it to zencart for us. When i click on "online catalog" in zencart our site comes up in a new browser window but not when I go directly to our web address. I'm guessing that the designer has deleted the original index file in order to install our site. I will go over and park domain 2 now.
Lisa
Reply With Quote
  #7  
Old 11-01-2009, 07:28 AM
cdnbride cdnbride is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 19
Default Re: Moving from GoDaddy to Hostgator questions :)

Okay so I've parked my domain and went into Godaddy to make sure everything is good, now when I put in the addresses I get the Index thingy instead (to view please go here)

www.canadianbridalsuperstore.com

I would love it if somebody could give me some feedback on how to fix this.
Thanks
Cdnbride
Reply With Quote
  #8  
Old 11-01-2009, 07:59 AM
GvilleRick's Avatar
GvilleRick GvilleRick is offline
Emperor Croc
 
Join Date: Jan 2007
Location: Greenville, SC
Posts: 2,578
Default Re: Moving from GoDaddy to Hostgator questions :)

Your ecommerce script is installed in the store folder and there are no other files in your public_html folder. You would either need to install the zen-cart script directly in public_html so that it will load by default, create a page in public_html telling about your site, or add a redirect in public_html to redirect to http://www.canadianbridalsuperstore.com/store. If you search the forum for redirect there are a number of posts describing what is needed.
Reply With Quote
  #9  
Old 11-01-2009, 08:29 AM
cdnbride cdnbride is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 19
Default Re: Moving from GoDaddy to Hostgator questions :)

Omg that sounds really complicated. If I install the script in my public_html will I have to start all over with my products, custom template etc?
I am very green at all of this and am still learning most of how all of this works.
Thanks
Lisa
Reply With Quote
  #10  
Old 11-01-2009, 08:57 AM
GvilleRick's Avatar
GvilleRick GvilleRick is offline
Emperor Croc
 
Join Date: Jan 2007
Location: Greenville, SC
Posts: 2,578
Default Re: Moving from GoDaddy to Hostgator questions :)

Someone who knows more about Zen Cart may be able to help with what you would need to do. You would not have to reenter the items, it would likely just bee a matter of moving the files and changing settings in the admin section of the cart.

A less elegant solution is to have an index.html file to redirect folks to the /store folder. Something like the following should work:
Code:
<html>
<head>
<title>Canadian Bridal Superstore</title>
<meta HTTP-EQUIV="refresh" CONTENT="0;
URL=http://www.canadianbridalsuperstore.com/store/">
</head>
<body bgcolor="#FFFFFF">
</body>
</html>
From an SEO standpoint I believe it would be better to have the files in the public_html folder or add a permanent redirect in your .htaccess file.
Reply With Quote
  #11  
Old 11-01-2009, 09:08 AM
cdnbride cdnbride is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 19
Default Re: Moving from GoDaddy to Hostgator questions :)

I would really prefer just to have my files moved but if I can find myself a really nice splash page that adds to what I'm doing then it might be okay. Do you think that splash page will work?
And if I use the code that you gave me where would I put that?
I really appreciate your help, I am not one that likes to rely on others so this is very frustrating for me.
Talk Care
Cdnbride
Reply With Quote
  #12  
Old 11-01-2009, 10:13 AM
striddy striddy is online now
Emperor Croc
 
Join Date: Mar 2008
Location: /home/australia/earth
Posts: 2,664
Default Re: Moving from GoDaddy to Hostgator questions :)

Quote:
Originally Posted by cdnbride View Post
I would really prefer just to have my files moved but if I can find myself a really nice splash page that adds to what I'm doing then it might be okay. Do you think that splash page will work?
For a few reasons, don't use a splash page.

Easiest fix is to log in to cpanel > redirects > setup a redirect from / to /store.

If you get stuck submit a ticket to HG.
__________________
- David

Folding@Home Stats :
Reply With Quote
  #13  
Old 11-01-2009, 12:13 PM
cdnbride cdnbride is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 19
Default Re: Moving from GoDaddy to Hostgator questions :)

Okay thanks guys for all of your help, I'm glad I asked now.
Cheers

~Cdnbride~
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Subdomains with Hostgator or GoDaddy rsobash Suggestions 2 01-04-2008 12:42 AM
Moving to HG - Email \ Pop Questions reech Pre-Sales Questions 7 09-26-2007 07:40 PM
moving to hostgator mylotter Customer Reviews 1 06-29-2007 08:16 PM
Questions about possibly moving my sites Unregistered Pre-Sales Questions 2 05-11-2005 01:09 PM

All times are GMT -6. The time now is 06:35 PM.

 
Forum SEO by Zoints