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

Development Tools

adrien kovanic
adrien kovanic
5,727 Points

installed Mysql workbench having MAMP and lost localhost

Hello, I just installed (successfully !!) mysql workbench, I already had MAMP on my computer and managed to connect both. the thing is that I already had some sites on MAMP (some wordpress) localy, and by typing them in the browser cant find them any more with the http://localhost:8888/ please help :)

PS : I see the data bases from my websites in mysql workbench,

thanks a lot

BR adrien K

Gunhoo Yoon
Gunhoo Yoon
5,027 Points

Have you tried making a separate directory for each of your web site and access it like http://localhost:8888/myWebsite, http://localhost:8888/myWebsite2? There's also port forwarding method but I can't really tell you since I don't have solid understanding but try searching Apache port forwarding.