Search code examples
macosmamp

How to open a website hosted in MAMP on the Mac?


I've installed MAMP on my Mac. Then, I put my website into the htdocs folder of MAMP. I started the Server. But how can I launch the website in Safari now? What's the URL to the website, when it's named "testsite" for example?


Solution

  • If it is named "testsite.html" then it will be at

    localhost:8888/testsite.html

    Good luck with the MAMP fun that should ensue!