Hi there
I believe this has something to do with links.
If links to folders and files in password protected directories have a fully qualified name, e.g.
https://www.domain_name/folder/file
then you shouldn’t have to double enter passwords.
However if the links goes:
//folder/file then you have to put the password in again.
I got this info from Apache Webserver documentation a few months ago after not being able to find what causes this.
Once I changed my links I didn’t have to double enter passwords.
Is your site password protected because you are building it and don’t want anyone to see it yet, or will it be like this all the time, e.g. only accessible to users with pwd?
The reason I ask is that if the site is always going to be .htaccess’d then obviously you’ll need to fix it, whereas, if it’s not then once the password protection is removed it will be a non issue.
I operate an older version of WordPress in a permanently password protected directory and once users are in they don’t have to double enter passwords. That’s because the link to that word press program is fully qualified.
Also, in case this helps, I was just rebuilding my boyfriend’s website in wordpress 2.2 and so no one could see it while I was building it I password protected the directory with .htaccess . I noticed that once I logged in and went “view site” I had to enter the password again. I figured it was because one of links in the templates wasn’t fully qualified. I put up with it because once his site was ready I removed .htaccess altogether.
I hope this helps.
Belinda