0

Ever since moving to MAMP PRO the localhost URL looks like http://localhost:8888, I'd like to change it to the default http://localhost without the port 8888

I tried several solutions including updating to port 80, but when I do that it just shows page cannot be displayed. Below is the window where I replace 8888 to 80

enter image description here

Also updated MAMP and tried modifying the hosts file, but it didn't help.

I notice that MAMP is adding these entries to the hosts file, can I modify them to make it redirect from localhost:8888 to simply localhost?

enter image description here

Jay Blanchard
  • 34,243
  • 16
  • 77
  • 119
Robert Sinclair
  • 4,550
  • 2
  • 44
  • 46
  • Is there anything esle running on port 80? Did you restart Apache after making the changes? – Jay Blanchard Oct 23 '17 at 18:30
  • Hi Jay, I checked if anything's running on port 80 with "sudo lsof -i :80 # checks port 80" but it came up empty, and also restarted apache using "sudo apachectl stop" – Robert Sinclair Oct 23 '17 at 18:37

0 Answers0