[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: .htaccess asks for the user's password twice State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Wed Nov 3 10:09:10 PST 1999 State-Changed-Why: You are almost certainly accessing a directory without including a trailing "/", as is required. When Apache corrects it, it has to send a redirect. If that redirect uses a different host name than the one you did originally, you will have to authenticate again. Either set your ServerName to the same name that is used to access the server or set "UseCanonicalName off".