Creating virtualhost on MAMP is very easy. Suppose you want to make a virtualhost named 1local.myweb.com . Just follow the steps below… Open your hosts file located in 1/etc/hosts . To open a file either you can use your favorite text editor or use nano in command line. 1sudo nano /etc/hosts . Now add the following line 1127.0.0.1 local.myweb.com (Save and exit. If you are using nano then press ctrl+x, press y then press...
Read More







Recent Comments