FBSD, password protected, but it protects every file...

using .htaccess, it password protects but it doesn't seem to be recursive! here's what i have:

AuthUserFile /usr/www/XXX/XXX/XXX/.htpasswd
AuthGroupFile /dev/null
AuthName "Private"
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>
it prompts for login/pass, but every file within that directory is prompting for a login/pass. any ideas appreciated!

 

 

 

 

Top