MAMP Pro Installed On Mavericks 10.9

Posted by cnps on Pro Webmasters See other posts from Pro Webmasters or by cnps
Published on 2013-10-30T20:32:01Z Indexed on 2013/10/30 22:18 UTC
Read the original article Hit count: 260

Filed under:
|

I have MAMP Pro Installed. I'm well aware with the advanced features of MAMP Pro I can change to different types of Hosts, but I wanted to know why my previous method would not work within mavericks. This was my usual working method in 10.8, but now with 10.9 it's a headache.

The previous method would:

  1. Write a custom address with the host address:

    "#Virtual Hosts"

    127.0.0.1 nameofsite.local

  2. go to /Applications/MAMP/conf/apache and open the httpd.conf file, scroll to the bottom and then add

    NameVirtualHost * DocumentRoot "/Applications/MAMP/htdocs" ServerName localhost DocumentRoot "/Users/Klimt/Sites/siteoffolder" ServerName clientA.local

  3. make sure the ports is set to 80, 443, 3306.

  4. reset MAMP PRO and then usually type in the url address and it's gold from there.

any help?

© Pro Webmasters or respective owner

Related posts about webserver

Related posts about mamp