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>
AuthGroupFile /dev/null
AuthName "Private"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>