You don’t have permission to access / on this server.

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 MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Directory “…”>
Options Indexes FollowSymLinks MultiViews
</Directory>

Reference: http://stackoverflow.com/questions/17195716/wordpress-noob-forbidden-you-dont-have-permission-to-access-on-this-server