sylvest Posted October 25, 2010 Posted October 25, 2010 I can't get Digest Authorization to work. My .htaccess file looks like this: ExpiresActive Off Header append Cache-Control "no-cache" BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On AuthType Digest AuthName "My Protected Area 1" AuthUserFile /home/sylvest/memberplus/passwd Require valid-user ----------- The passwd file looks like this: admin:$apr1$vNPbekIW$YT8.KEIRRSiAkVESZVarn. admin:PePpH3sRcEdno rowan.bradley:$apr1$ToFKdZyL$9GKPrDjjLSr1oIOlF1bLk. rowan.bradley:xSA/797wQy8Mg ----------- It just keeps asking me for a username and password even if I enter the correct username and password. It's the same in IE8 and Firefox, so it's not an IE specific problem. If I simply change the word Digest to Basic, it works fine in both IE8 and FF. What have I got wrong? Thanks - Rowan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.