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 trial

WordPress

mohammed mayat
mohammed mayat
4,228 Points

WordPress create more than one website

i have started to learn wordpress

i wanted how you could have more than 1 wordpress website, i am using wampserver to run locally

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

I'm guesss wamp gives you one folder to put your site in, like a htdocs folder, correct? If so, inside that folder, or whatever folder wamp looks in, put each wordpress site in it's own folder.

So

  • htdocs/site1
  • htdocs/site2

and etc. Then when you start wamp, go to localhost:8080/site1 and you'll have that wordpress site. Go to localhost:8080/site2 and you'll have the other wordpress site showing.

If you're using a different port then 8080, then just substitute your port number, 8080 is just pretty common.

Hope that helps.