Hello,
I hope somebody can help. Having installed Wamp for the first time, I am geting the dreaded 403 error when trying to access localhost. Specifically, "Forbidden - You don't have permission to access this resource".
I know this is a common error, but all the recommended solutions I've seen involve editing httpd.conf. I have tried that. Here's the relevant section from mine:
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
This solved nothing. I've seen slight variations on the syntax, which I've also tried. I have also re-installed wamp, but I still get the same 403 error.
Being new to Wamp, I really don't know where to go from here. I've been using xampp for years, so I know my way around Apache and MySQL.
Can anybody help me solve this?
Many thanks!
Andy.
I hope somebody can help. Having installed Wamp for the first time, I am geting the dreaded 403 error when trying to access localhost. Specifically, "Forbidden - You don't have permission to access this resource".
I know this is a common error, but all the recommended solutions I've seen involve editing httpd.conf. I have tried that. Here's the relevant section from mine:
<Directory "c:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
This solved nothing. I've seen slight variations on the syntax, which I've also tried. I have also re-installed wamp, but I still get the same 403 error.
Being new to Wamp, I really don't know where to go from here. I've been using xampp for years, so I know my way around Apache and MySQL.
Can anybody help me solve this?
Many thanks!
Andy.