RE: [PHP] Forcing htaccess login again

2001-02-26 Thread Chris Aitken
At 12:26 AM 27/02/2001, Sander Pilon wrote: >The request for a password is usually generated by a 401 header. Just do >this - > >Header("WWW-authenticate: basic realm=\"Some realm\""); >Header("HTTP/1.1 401 Unauthorized"); >exit; > >That should pop up a box. Just make sure you check the values of

RE: [PHP] Forcing htaccess login again

2001-02-26 Thread Sander Pilon
ander > -Original Message- > From: Chris Aitken [mailto:[EMAIL PROTECTED]] > Sent: 27 February 2001 00:12 > To: [EMAIL PROTECTED] > Subject: [PHP] Forcing htaccess login again > > > Now im even getting more confused. Ive been doing some more research into > the subje

[PHP] Forcing htaccess login again

2001-02-26 Thread Chris Aitken
Now im even getting more confused. Ive been doing some more research into the subject, and cant seem to find any answers. All of the PHP documentation about headers() talks about auth via PHP, but doesnt mention anything about htaccess as the auth system. On my main.php screen, this is where t