Forum Moderators: phranque

Message Too Old, No Replies

403 Error Apache 2.2 Windows 2003

         

Lastwords

9:09 am on Jun 6, 2007 (gmt 0)

10+ Year Member



I have Apache 2.2 installed with PHP MySQL etc. on a Windows 2003 server. The htdocs permissions are set to read/write etc for everyone.

However, I'm getting a "client denied by server configuration: C:/wwwroot"

Httpd.conf I have

<Directory />
Order deny, allow
Allow from all
</Directory>

On localhost I can view the website but anywhere else on the network I get a 403 error.

Can anyone help?

Thanks

jdMorgan

4:55 pm on Jun 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To be clear, what happens if you comment-out the mod_access code in that <Directory> container, restart the server, and then try to access the server from the network?

Jim

Lastwords

8:05 am on Jun 7, 2007 (gmt 0)

10+ Year Member



I've fixed it. There was an invalid character in <Directory />