Local Name Resolution without Port - MAMP Pro

dns, localhost, macos, mamp, redirect

Solution

It seems that changing the ports to 80/443 & 3306 (Apache/SSL & MySQL) instead of the MAMP defaults: 8888/8890 & 8889 will allow use of local name resolution without any port after domain.

Problem

This has been bothering me for a while, within MAMP Pro, I've got a few sites setup with "Local Name Resolution", however they only work with a port number. I've noticed many people are able to get them to work without any port numbers. E.g Chris Coyier from CSS-Tricks can work directly on v10.whatup, where as my own would only work on v10.whatup:8888 TL:DR. test.dev:8888 works, but not test.dev/ Am I missing something/What's the problem? UPDATE/EDIT: If I set MAMP Pro port settings to use 80/443 & 3306 (Apache/SSL & MySQL), it seems to work without a port after URL. Although the MAMP Ports setting of: 8888/8890 & 8889 are the default when you first install. Is the 80/443 setting okay to use, even though it's not default?

Original source