I\'ve been trying to fix a weird 403 Forbidden error I get when I try to go to one of my pages via WAMP on the localhost.
After adding a rule to open up port 80 via
Your "Deny From All" is what's causing the 403 error. The setup you post is used to prevent all traffic, with the intention of later allowing specific traffic. If you never allow specific traffic, you'll never get it to work.
With your 404 error, ensure you're using the right path and there's no errors in your apache error log.
http://httpd.apache.org/docs/current/mod/core.html#directory