Greetings,
I have a web protected directory, call it dir. I have defined a subdomain that points to this directory, call it subdomain. I am prompted twice for the login information if I access this directory using the following addresses:
subdomain.****
****/dir
Whereas I get prompted only once for the login information if I use the following address:
www.****/dir
My .htaccess file defines
>AuthName www.****
I see that this issue was discussed in this forum here. Does anyone know how to solve this one? Is there some modification to the .htaccess file that would work?
Regards,
Tasha
PS Although I haven't found a solution yet, I found this explanation that may be the cause of my problem in a How To Guide at apache.org