I had a similar problem, and I could solve it by running apachectl included in MAMP from the command line:
$ /Applications/MAMP/Library/bin/apachectl start
what will give
Syntax error on line 427 of /Applications/MAMP/conf/apache/httpd.conf: Invalid command '\xef\xbf\xbc#AllowOverride', perhaps misspelled or defined by a module not included in the server configuration
This error message was nowhere to be found, and not in any log file or system console. (It turns out I copied a line from a documentation file that copied some special characters that were not intended for my system - how easy it is to find this!)
This is for MAMP 2.0.1, perhaps it is better at handling new versions.
DonCristobal Aug 02 '14 at 10:40 2014-08-02 10:40
source share