Re: [PHP] WWW-Authenticate

2005-10-22 Thread John Taylor-Johnston
Robert Cummings wrote: On Sat, 2005-10-22 at 18:21, John Taylor-Johnston wrote: Robert Cummings wrote: On Sat, 2005-10-22 at 17:59, John Taylor-Johnston wrote: Does anyone see anything wrong with my code below? It works in other files, on other servers. I copied and pasted i

Re: [PHP] WWW-Authenticate

2005-10-22 Thread Robert Cummings
On Sat, 2005-10-22 at 18:21, John Taylor-Johnston wrote: > Robert Cummings wrote: > > >On Sat, 2005-10-22 at 17:59, John Taylor-Johnston wrote: > > > > > >>Does anyone see anything wrong with my code below? It works in other > >>files, on other servers. I copied and pasted it exactly? > >>It wo

Re: [PHP] WWW-Authenticate

2005-10-22 Thread John Taylor-Johnston
Robert Cummings wrote: On Sat, 2005-10-22 at 17:59, John Taylor-Johnston wrote: Does anyone see anything wrong with my code below? It works in other files, on other servers. I copied and pasted it exactly? It won't recognise the user name or password. Does Authenticate work on all servers?

Re: [PHP] WWW-Authenticate

2005-10-22 Thread Robert Cummings
On Sat, 2005-10-22 at 17:59, John Taylor-Johnston wrote: > Does anyone see anything wrong with my code below? It works in other > files, on other servers. I copied and pasted it exactly? > It won't recognise the user name or password. Does Authenticate work on > all servers? Here is my phpinfo if

[PHP] WWW-Authenticate

2005-10-22 Thread John Taylor-Johnston
Does anyone see anything wrong with my code below? It works in other files, on other servers. I copied and pasted it exactly? It won't recognise the user name or password. Does Authenticate work on all servers? Here is my phpinfo if that helps?! http://www.royalarchmasonsofquebec.com/phpinfo.php

Re: [PHP] WWW-Authenticate problem in Apache

2002-04-02 Thread Billy S Halsey
Hi, I've never tried requiring authentication via a header (only through httpd.conf or .htaccess), but here's my best guess: You're telling it what type of authentication to do, and you're telling it what realm to authenticate to, but: - You're not telling it what to require, and you're not t

[PHP] WWW-Authenticate problem in Apache

2002-04-01 Thread dssopt
Hi everybody, I try to install Apache 3.1.2 + PHP-4.1.2 on RedHat 7.2. All seems to be fine but when I write a PHP to test the authenticate. Whatever I input to the login box, the failed, retry message comes out and it becomes a dead loop - login - retry - login .. Can anyone help me ?? Ken