You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by br...@hyperreal.org on 1998/05/20 12:06:09 UTC

Re: os-osf/1775: Entry AuthName in .htaccess isn't being diplayed

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: Entry AuthName in .htaccess isn't being diplayed

State-Changed-From-To: open-analyzed
State-Changed-By: brian
State-Changed-When: Wed May 20 03:06:08 PDT 1998
State-Changed-Why:
Make sure your AuthName argument is contained within quotes
if it has spaces, e.g

AuthName "Please Enter you password for this private directory"

I have no idea how this could be platform-specific but it's
probably worth fixing.  Let us know if this solves your 
problem.