Well i have found something but i have not got it to work. If you can help me with this that would be very nice.
This is what i did :
.htaccess
AuthUserFile /data/perso/p/c/h/pch/login/.htpasswd
AuthGroupFile /dev/null
AuthName login
AuthType Basic
<Limit GET>
require user pch
</Limit>
----------------------------------------------
.htpasswd
pch:Jajnr8ggBUn3M
---------------------------------------------------
I get the give network password window. but the password is not accepted : It says:
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Thanks, Pauline