My httpd.conf file looks like this
<Directory "/Users/username/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
When I open up localhost on a browser it displays, "It Works!" but when I do localhost/~username I get the error 403 forbidden you don't have permission to access /~username/ on this server any ideas on how to fix this, or what is causing it?