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
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?