Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
What kind of "call to this file" do you use? The call is If this line is removed, then the second autenticathion doesn't appear. You should trace all the requests your browser is mak

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
d file clock.html (I didn't find any trailing slash problem there) Thanks Joshua Slive escribió: On 5/10/07, Guillermo Pallarés <[EMAIL PROTECTED]> wrote:  Thank you Joshua for the AllowOverride tip. I didn't know that.  I have tried the solution you post

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
nd Firefox. Any other hint? Joshua Slive escribió: On 5/10/07, Guillermo Pallarés <[EMAIL PROTECTED]> wrote:   I have set up current Apache 2.2 version for Debian Etch (package installation) and implemented authentication with the following lines in the sites-avaliab

[EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
I have set up current Apache 2.2 version for Debian Etch (package installation) and implemented authentication with the following lines in the sites-avaliable/default files:   AllowOverride AuthConfig   AuthType Basic   AuthName "***"   AuthUserFile /   Require valid-user   allow from a