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

MAMP 404 Error after setup

I am trying to set up my MAMP server to use for a WordPress site.I got as far as to change to port to 80 when I started to get this error message- The requested URL /MAMP/ was not found on this server. Apache/2.2.22 (Unix) DAV/2 Server at localhost Port 80

Can anyone help me? I'm lost and really would like to straighten this out. Thanks.

Did you write localhost as the URL?

4 Answers

James Barnett
James Barnett
39,199 Points

Krista Gordon -

Did you make sure the built-in Apache server is off already?

If not run this command via the terminal app

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

Then I suggest you follow this tutorial

http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/

I did try that and the page says ''it works''. But I think at this point I should see the folder I put into the htdocs folder.

Okay so I can see the folder when I type in my IP address:80. But I still can't seem to figure out how to open the MAMP start page. I keep getting that error message.

http://localhost/MAMP/ should take you there ( or if you click on the settingsbutton in the MAMP application)

Tried that but I'm getting an error message

Did you start the server with the MAMP Application?

Yes

Thanks James I got it working!

James Barnett
James Barnett
39,199 Points

Krista Gordon - You can mark a thread as solved by clicking the best answer button, once you've resolved your issue.