Problem: Received the error “You don’t have permission to access / on this server.” when you try to setup Apache virtual host on Mac OS.
Solution: Add the below line to httpd-vhosts.conf
<Directory “/Users/uiroshan/development/php”>Options Indexes FollowSymLinks MultiViewsAllowOverride AllOrder allow,denyAllow from all</Directory><Directory “…”>
Options Indexes FollowSymLinks MultiViews
</Directory>