So I am trying out MAMP pro to setup a decent local development environment on my MAC. The biggest reason to choose MAMP pro is that you can just use the interface to add vhosts.
Sadly, this is the part that isn't working :)
In the mamp interface I go to hosts --> add a server (named app.local)
Pointing it to ~/Development/app/public (which has an index.html), no further changes were made.
Applied the changes and still get a 404 in my browser. I checkout out my hosts file, which now does contain the alias
127.0.0.1 app.local
The apache_log shows nothing, and apache is working (localhost:8888 gives the default index.php page). Furthermore not a single change has been made to the MAMP installation.
Anyone here has any idea what the problem might be?