LovePrevails Posted April 17, 2015 Share Posted April 17, 2015 I was just wondering, is it possible to get 3 website and only pay for webhosting once or do you need webhosting for each site as well as registering the domain? Link to comment Share on other sites More sharing options...
webdever Posted April 17, 2015 Share Posted April 17, 2015 You'll have to register each domain you want to use, but you can certainly host 3 websites on one hosting plan. How you do that will depend on your webhost. Link to comment Share on other sites More sharing options...
Tweak Posted April 17, 2015 Share Posted April 17, 2015 I use GoDaddy as host. Buy your domain at NameCheap.com. Works fine. Link to comment Share on other sites More sharing options...
Tony Crowe Posted May 9, 2015 Share Posted May 9, 2015 Yes, it is possible. Each domain will cost yearly. There are no practical limits to how many domains, sub-domains, or IPs can go on one server. Are you trying to save money by consolidating the sites into one hosting account / server? Link to comment Share on other sites More sharing options...
Nick900 Posted August 15, 2015 Share Posted August 15, 2015 You will have to buy the domain names separately, this will cost you some money for each one. In regards to purchasing server space you will need to purchase a hosting plan that allows you to register multiple domains. The company I used to go with, Hostgator, allows for this on their "baby" plan: http://www.hostgator.com/shared, if you go to that link you'll notice the first thing it says in each of the boxes is "single domain" or "unlimited domains". The unlimited plan lets you have three domain names on one server. (I'm with Godaddy now for my hosting though because the service & software is better) Link to comment Share on other sites More sharing options...
Malej_Pstros Posted August 28, 2015 Share Posted August 28, 2015 I happen to have about 7 months left on my Bluehost plan for an unlimited number of websites. Given your post count, I'm willing to share it with you if you don't need it for anything sensitive (it's fine by you that I also have an access to the account). Link to comment Share on other sites More sharing options...
J-William Posted August 29, 2015 Share Posted August 29, 2015 Any recommendation on hosting for a small website? I'm thinking about trying to set up something to sell or give away some software I've been making. I just want something cheap and easy. Link to comment Share on other sites More sharing options...
NumberSix Posted August 30, 2015 Share Posted August 30, 2015 A Small Orange starts a $5 a month https://asmallorange.com/hosting/shared/ Link to comment Share on other sites More sharing options...
Tony Crowe Posted September 5, 2015 Share Posted September 5, 2015 It might be interesting to you to find out that Amazon S3 can host your websites for free. S3 is for static file hosting. Link to comment Share on other sites More sharing options...
John Sambrook Posted September 7, 2015 Share Posted September 7, 2015 GitHub also provides for static hosting:https://pages.github.com/ 1 Link to comment Share on other sites More sharing options...
Tony Crowe Posted September 8, 2015 Share Posted September 8, 2015 John, that is another good option! Link to comment Share on other sites More sharing options...
Malej_Pstros Posted September 14, 2015 Share Posted September 14, 2015 GitHub also provides for static hosting: https://pages.github.com/ Github pages are amazing for static pages, but unfortunately it doesn't allow you to run any kind of server code (although you can use front end javascript, which gives you some functionality back, as you can for example take the content of your contact form, push it to apache you set up on some obscure free-hosted third level foreign domain and mail it from there), you probably have to say goodbye to any kind of a database (unless you're willing to commit some serious bestiality on the way). You also have to keep your source code public, which is probably none-issue for your purpose. But if you don't need anything besides html+css+js, it's absolutely wonderful. It works exceptionally well when developing in cloud 9 using Jekyll (the ultimate tool for generating static pages). 1 Link to comment Share on other sites More sharing options...
Recommended Posts