AuthUserFile /home/paysites/mysite.com/password/.htpasswd
AuthGroupFile /dev/null
AuthName Members
AuthType Basic
require valid-user
then you jsut need to add passwds tot he file called .htpasswd
u cna use the commant htpasswd from a unix promtp to do this
|