When turning on web sharing on 10.5 I had an error message
Forbidden: 403 Error
You dont have permissions to access localhost/~juo
Strange I thought, the fix is pretty simple though.
- Edit the httpd.conf file, at /private/etc/apache2/httpd.conf
- Edit the file (you can use Pico “sudo pico httpd.conf”) and search for <Directory />
- Change the line that says Deny from all to Allow from all
- Save
- Stop and start the web server in the control panel
Place your comment