MAMP Pro Installed On Mavericks 10.9
- by cnps
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:
Write a custom address with the host address:
"#Virtual Hosts"
127.0.0.1 nameofsite.local
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
make sure the ports is set to 80, 443, 3306.
reset MAMP PRO and then usually type in the url address and it's gold from there.
any help?