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 Local WordPress Development Local WordPress Development Customizing Your Local Server Setup on a Mac

Holly Holliday
Holly Holliday
1,563 Points

MAMP for Mac-trying to change 8888 port to 80. Wont let me do it. It say "there's a problem with the server port. Each s

MAMP for Mac-trying to change 8888 port to 80. Wont let me do it. It say "there's a problem with the server port. Each server must be assigned a unique port. Please check your configuration."

3 Answers

Try resetting the ports and than make sure that the defaut. that sets apache and nginx servers both to port 80.

Change the one you dont need to a port number that you know that won't be used at all.

When I set the nginx port to 80 it didn't work, but when I set the apache: 80, nginx: 7888, and MySql: 3306 that's when it finally worked

Welcome.