I have a Drupal installation and it is password protected. However, when I go to the site, I was asked to input password twice.
Any idea why?
1st time: AuthName is exactly the one I set in password file
2nd time: I was asked to enter user name and password for an AuthName that I have no idea where it is from.
Apache conf should be set up correctly. It is the first time I have such issues when it comes to set up (Apache) password protected directory.
ServerName is www.example.com
ServerAlias is example.com
DocumentRoot is /var/www/html/example
URL I visited is www.example.com/some-url
I checked error log file. And I found that it reported that user Joe was not found, where Joe is the user name I entered at the 2nd time.
Thanks,