AuthType Basic
AuthName "Password Protected Area"
AuthUserFile mywebsite/accounts/.htpasswd
Require valid-user
This is the current .htaccess file and have a .htpasswd file where we have user and password.
We would like to prompt htpasswd on each visit, what changes should I make to get this?