PDA

View Full Version : htaccess


jerz
09-25-06, 02:38 PM
Hello, newbie here.

I set up a simple .htaccess to password protect a certain directory on my server.


AuthUserFile /home5/sub01/s17-JYA/pakstudios/pswrd/pk.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require valid-user



is there a way that when the user closes the page
that the password can be cleared? Or make it
mandatory every time someone trys to access it
that a password is entered.