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 trialEthan Rips
3,258 PointsHow to add WordPress site to existing domain on webhostingforstudents.com?
I already have a domain on webhostingforstudents.com, which contains my fledgling portfolio site. Is it feasible/advisable/doable to add a WordPress site to the same domain? If so, how?
2 Answers
Stanley Thijssen
22,831 PointsHi Ethan,
You can host several wordpress installs on the same domain. It will just be your domain.com/wordpressinstall. All you have to do is create a folder in your main root with the name of the wordpressinstall and it will be installed on the same domain:)
Make sure you create a folder and install wordpress in that folder else Wordpress will be installed on your main domain like www.domain.com instead of www.domain.com/wordpressinstall
Ethan Rips
3,258 PointsThank you very much, Stanley! That did the trick!