On Thu, Jun 19, 2008 at 11:16, joaquinbordado <ryangacusana@xxxxxxxxx> wrote: > <Directory "c:/wamp/www/"> > # > # Controls who can get stuff from this server. > # > > # onlineoffline tag - don't remove > Order Deny,Allow > Deny from all > Allow from 127.0.0.1 > > </Directory> This is your problem: You are only allowing access from localhost. you need to change the Allow from line, for example, assuming you all are in the same subnet: Allow from 127.0.0.1 10.32.16.0/24 Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx