# this file is placed here to restrict the access to this directory 
# for non authorized users
# Note that the AllowOverride directive (in the Apache's access.conf) must be
# set to "Limit" or "All" 

# Set here the path to your .htpasswd file
AuthUserFile    /path/to/your/.htpasswd
AuthGroupFile   /dev/null
AuthName        w-agora
AuthType        Basic

# Set the user
Require valid-user
