I'm having problems accessing folders on my wamp server, I can access the main www wamp page on any pc in my network easy but folders within such as C:\wamp\www\test are forbidding me access to them.

How do I change this so that any IP can access the sub folders within www?

link|improve this question
can you post ( as an edit to you original post) the relevant messages from your error log please. – Iain Aug 14 '11 at 20:11
client denied by server configuration c:/dev and c:/wamp/www/test – capslog Aug 14 '11 at 20:15
feedback

closed as not a real question by sysadmin1138 Aug 15 '11 at 2:15

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Well, it's a "new wampp security concept: allow only local connections." So, in your httpd.conf, allow from all and deny from none. This isn't good at all if you're going public with sensitive data, but it will accomplish the task.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.