If you want to use the site locally on Mac, you need to have MAMP application and to setup a new site, there are couple of settings you need to make sure are enabled in order to MAMP access your site.
First, you need to enable virtual host, open the httpd.conf from the bellow path:
1 2 3 4 5 | /Applications/MAMP/conf/apache/httpd.conf |
And make sure vhost not commended and is enabled
then on the same file, make sure FollowSymlinks allowed for override:
Then you need to open the httpd-Vhost file:
1 2 3 4 5 | /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf |
and copy the following template
Add your website to the /etc/hosts file and then start the MAMP