One Domain, multiple sites?
-
My questions are: Can I make more than one site under one domain?
Would I need to make new folder(s) in my file manager for each site and install wordpress in each one? Or would I have to purchase a new domain name for every site I build and install wordpress in each one?
Thank you,Newbie,
Mark
-
You can use WordPress Multisite and use domain mapping to give each site a unique URL.
Your question is kind of vague. Do you want all sites to have the same content? Do what CurtisMchale says.
Do you want to have multiple unique sites in one hosting package? Depends entirely on your host, probably, you’ll need to check with them, but probably yes. Can you have completely unique domain names (www.yoursite.com) under one account? MAYBE—again depends on the host and you’ll need to check with them. There will be some DNS or #name editing involved.
Or, are you wanting for example pics.yoursite.com and friends.yoursite.com, each with its own unique wordpress install? These are subdomains, and are probably but not necessarily allowed by your host. Create the subdomain, which will probably add a folder @ root, then install wordpress into that folder.
I just split one site into almost identical, but not identical, sites for two locations of the same business. I simply set up subdomains (location.yoursite.com), and installed wordpress into that for each location. Then at root, I removed the wordpress install and created an index.html landing page, where people click their desired location to be taken to their respective site.
Hope that helps.
That’s kind of what I want to do. Two virtually identical websites/blogs for separate aspects of the same career (mine) such as
actor.katherinegrantsuttie.com
trainer.katherinegrantsuttie.comBut with an initial intro (splash?) page at http://katherinegrantsuttie.com with the option to redirect viewers to either subdomain.
I’m not very tech savvy and would appreciate an extremely step by step approach to accomplishing this…
Thanks!
Hmm..I just reread what I wrote and I feel like it’s as clear as I can make it, but I’ll try again. (In the past, I’ve just posted things like this to vcoder.com and paid someone $50 to do it for me, btw.)
Backup whatever your have in your existing site.
Create subdomains via cpanel or whatever, which point to folders called your respective site names, “actor” and “trainer”, which would create subdomains equal to what you’ve requested there. This may be the most difficult step if you don’t have cPanel, you may have to ask your host for help.
From there, install wordpress into each folder. So instead of @document root, you’ll actually install wordpress twice, once into each folder listed above. Set them up however you want.
The trick with subdomains is that they’re just redirects, so if you go to, say, katherinegrantsuttie.com/actor you’ll get the same thing, because the redirect is just pointing to a folder in the domain. Regardless, actor.k…. is what you want, so use that.
Now, at document root, you’ll have nothing but two folders, actor and trainer. Create an index.html document that resembles the template of the rest of the sites (or not, make it fresh) that maybe has your into or welcome or whatever, then put two big fat links on it, one that points to actor and one that points to trainer. Put that index.html file in document root.
Now, whenever someone goes to katherinegrantsuttie.com, they’ll get that index.html file, and then make their choice of where to go.
Depending on how you install wordpress (the automatic way with like say Softaculous or Fantastico) or the manual way (uploading the files yourself and making the database and database user), you will have to create two distinct databases (and two distinct usernames for those databases, to keep it simple. One works, but its easy to get confused.) I like Softaculous, hate Fantastico, and recommend manually as the least-likely-to-mess up. Softaculous or Fantastico will create the users and db’s for you, manually you’ll have to create them yourself.
Hope that helps.
The topic ‘One Domain, multiple sites?’ is closed to new replies.