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

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