Forum Moderators: DixonJones
AuthType Basic
AuthName "Somename descriptive name"
AuthUserFile /DIR/htpasswd
AuthGroupFile /DIR/htgroup
require valid-user
Replace DIR with the directory where you want to keep the password files.
The require line means that only a user with a valid password will be allowed to enter.
Read more here: [httpd.apache.org...]
Unfortunatly the apache server i use does not respect the .htaccess file i have put in the directory.
It doesn't ask for a password. I guess it's turned off, you see it's not my server it's located somewhere else so i cant check the server itself, just my account on the server.
but thanks anyway.