hey folks. If I have the root of a virtual protected with: <VirtualHost *:80> DocumentRoot /path/to/dir ServerName bob <Directory "/path/to/dir"> AuthType Basic AuthName "Network Services" AuthBasicProvider file AuthUserFile /path/to/file Require valid-user AllowOverride All Options Indexes Order allow,deny Allow from all </Directory> </VirtualHost> and this works fine. The thing is, I have a directory inside this path, called "data" which I need to allow all users access too. Is this possible, and if so, how can I do it? Scott. --------------------------------------------------------------------- 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