Okay, i've altered an htaccess file. I looks like this:
AuthName 'Manager: Prinses Irene'
AuthType basic
require valid-user
Auth_MySQL on
Auth_MySQL_Info host user passwd
Auth_MySQL_DB lrpc-irene_db
Auth_MySQL_Password_Table user
Auth_MySQL_Username_Field user_name
Auth_MySQL_Password_Field user_pass
Auth_MySQL_Empty_Passwords off
Auth_MySQL_Authoritative on
It still doesn't work. If i browse to the map, i see the index page and NOT an login screen from the htaccess.
Does anyone has an example or knows what i'm doing wrong?