0

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?

Édouard Lopez
  • 40,270
  • 28
  • 126
  • 178
John Smith
  • 99
  • 1
  • 2
  • 13

0 Answers0