I have a subdomain setup on my account.
subdomain1.domain.com --> public_html/subdomain1
I have set up password protection on my root directory ie. public_html
Currently, when I access www.domain.com, I get a password prompt as expected.
When I then move to subdomain1.domain.com in the same browser session, I get
another password prompt because subdomain1 is a subdirectory of public_html.
Is there a way not to get the second prompt?
I understand this is because to apache www.domain.com is not the same as
subdomain1.domain.com