Since I'm a fan of MAMP I bought a Pro license today. I have followed this MAMP.tv tutorial about adding a host, which looks very simple and straightforward.
Although it isn't so easy for my. As you can see in the screenshot I did add some custom hosts. One is the mamp.mvoc.nl
and it is added just as in the tutorial. But when I visited this url I got an ERR_CONNECTION_REFUSED
error. The basic htdocs folder on localhost:8888
is working and showing the default MAMP page. When I visit mamp.mvoc.nl:8888
I got redirected to localhost:8888
. All port settings for MySQL and Apache are default.
When I view my hosts file in /etc/hosts
I see those MAMP lines:
127.0.0.1 mamp.mvoc.nl # MAMP PRO - Do NOT remove this entry!
::1 mamp.mvoc.nl # MAMP PRO - Do NOT remove this entry!
So this looks good I guess?? I got no firewall on my laptop and I'm using a Macbook Pro with OSx Sierra.
Anyone knows what's wrong?