Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialUlises Calvo
2,233 PointsMULTIPLE SITES
How can I setup multiple sites, I think you guys SHOULD create a short vid on that. I have been trying to do so for hours unsuccessfully.
Can someone explain this process step by step?
thank you!
3 Answers
Stephen Emery
14,384 PointsYou can use your site's sub-domains to host more than one wordpress site.
Laurie Gray
23,119 PointsIf you mean Local sites, for simplicity download DesktopServer. You can make as many local sites as you need.
If you are trying to deploy several sites to one domain you could use sub domain as previously mentioned.
Liam Mitchell-Dolby
5,666 PointsSub-domains are the best way to do this I think. If you go into your C-Panel you can create sub-domains that add a prefix on your domain URL, e.g. example.website.com. The sub-domain can be assigned a specific root folder so just create a new folder in your public_html folder on your hosting server. Install your website into that folder. You can use this to create multiple sites on one domain that have unique URL's.