1 hosting account per website?

by 19 replies
22
Hey guys. I have only dabbled with 1 site at a time in the past. Now Im expanding my business and have 10 domains ready to go. Im very unfamiliar with how hosting works and Im wondering if I can have all my 10 different websites on 1 hosting account instead of buying 10 hosting accounts? I currently use the economy hosting plan from godaddy for my 1 website I have up and it allows me to add domains but it just points to my current website. I want 10 different websites.

Hope that makes sense. And where would and what plan would you recommend me to get?
#website design #account #hosting #website
  • Hi,

    You can absolutely have several domains on the same hosting account.
    I don't know about godaddy. I'm using Justhost and Hostgator and both accounts allow me to add unlimited domains.

    If your account allows this also and you have cpanel, I could give you detailed instructions on how to set it up. (send PM, in case I don't find this thread again.)
  • You can go with hostgator and can host unlimited websites there Unlimited website hosting plain is tart with some 9.99$ per month, its not a big ammount if you have more then 10 or 20 websites to start
  • Banned
    I really recommended HOSTGATOR with Baby Plan..you can host unlimited site on that hosting.
    Hostgator has a very great support, you can ask for assist anytime when have a problem
  • awesome thanks guys, i just read that my current plan at godaddy only allows 1 website so I would have to upgrade. I've been thinking of switching to a different hosting plan anyways so I think I will do that shortly
  • Banned
    Almost forgot, if you plan to take my recommendation, don't forget to use this coupon:

    404page

    you'll get $0.01 for 1st month
  • I have approx 50 websites on one hostingplan...
    • [1] reply
    • Remember when you were little and you heard about what happens to people who carry all their eggs in one basket?

      Just because it's possible to point a billion domains to a single hosting account doesn't mean it's a good idea.

      If one site goes down, goes viral, goes on vacation, your admin fubars, etc., your other sites will suffer. Also, no matter how freaking good the hosting company is, they all go down from time to time.

      Just as with investing, it's wise to diversify. Get a few different hosting accounts with a few different providers; heck, hosting is basically a commodity now days, so as long as you get a few solid providers, you won't notice a big difference in price and features.
      • [1] reply
  • thats really really helpful info for me thanks for posting guys
    • [1] reply
    • use hostgator & put them all on one.
  • You can with GoDaddy. Set up a deluxe hosting package. Then set up different databases for each blog or site. Pretty simple, plus they can walk you through it as well.
  • Check out certified hosting , I host all my domains with them .
  • There is a way with .htaccess to do this on a Godaddy single account.
    Each website gets it's own starting directory that is located in the root directory.
    You then redirect the incoming request to the appropriate directory with .htaccess. I have been doing this for years for low profile sites.
    This would handle 3 different sites. Rinse and repeat for more.

    #
    RewriteEngine On
    RewriteCond %{HTTP_HOST} banana.com
    RewriteCond %{REQUEST_URI} !directory1/
    RewriteRule ^(.*)$ directory1/$1 [L]
    #
    RewriteCond %{HTTP_HOST} orange.com
    RewriteCond %{REQUEST_URI} !directory2/
    RewriteRule ^(.*)$ directory2/$1 [L]
    #
    RewriteCond %{HTTP_HOST} grapefruit.com
    RewriteCond %{REQUEST_URI} !directory3/
    RewriteRule ^(.*)$ directory3/$1 [L]
    #
  • its helpful to me
  • hostgator and godaddy are recommended hosts. Hostgator is each to operate while godaddy is slightly complicated. But you can host multiple websites under single account on both the hosts.
  • hostgator allow multiple hosting, but if one site get down then it will effect other sites also. so avoid doing this.
  • you can try Fatcow.. their service is really good
  • Yes you can use several websites on 1 hosting account but when it's unlimited for you
  • Get a reseller account or a managed VPS server and you can host as many sites as you want in the same account. My provider is pretty reliable

Next Topics on Trending Feed

  • 22

    Hey guys. I have only dabbled with 1 site at a time in the past. Now Im expanding my business and have 10 domains ready to go. Im very unfamiliar with how hosting works and Im wondering if I can have all my 10 different websites on 1 hosting account instead of buying 10 hosting accounts? I currently use the economy hosting plan from godaddy for my 1 website I have up and it allows me to add domains but it just points to my current website. I want 10 different websites. Hope that makes sense. And where would and what plan would you recommend me to get?