Answer the question
In order to leave comments, you need to log in
Why doesn't MAMP want to know about Virtual Hosts?
Such a disaster. Apache won't start on port 80. Works for 8888. In etc/hosts I wrote: 127.0.0.1 localhost dummy
Virtual Hosts:
<VirtualHost *>
DocumentRoot /Applications/MAMP/htdocs/dummy
ServerName dummy
ServerAlias dummy
<Directory /Applications/MAMP/htdocs/dummy>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question