[PHP] Basic Auth question

2003-07-01 Thread Dave Carrera
I have a issue with basic auth which I hope someone here can throw some light on. 1) I have already got my SESSION auth working well 2) Once someone logs in I need to send some basic auth info to a dir on another server to let my logged in user to view it. This is where I am stuck :-( I think on

[PHP] basic auth question

2003-11-23 Thread Dennis Gearon
Please CC me, I am on digest -- If I have a directory like: $HOME/www/ (document root) It has a auth section in the .htaccess file $HOME/www/.htaccess another directory like: $HOME/www/want_to_be_public/ How can I defeat the auth section in the $HOME/www/.ht

[PHP] basic auth question

2003-11-23 Thread Dennis Gearon
Please CC me, I am on digest -- If I have a directory like: $HOME/www/ (document root) It has a auth section in the .htaccess file $HOME/www/.htaccess another directory like: $HOME/www/want_to_be_public/ How can I defeat the auth section in the $HOME/www/.ht

[PHP] basic auth question

2003-11-23 Thread Dennis Gearon
Please CC me, I am on digest -- If I have a directory like: $HOME/www/ (document root) It has a auth section in the .htaccess file $HOME/www/.htaccess another directory like: $HOME/www/want_to_be_public/ How can I defeat the auth section in the $HOME/www/.ht

Re: [PHP] Basic Auth question

2003-07-01 Thread ed
That is one way to try it but I haven't been able to get it to work. Questions about PHP variable authentication through .htaccess protected directories has been brought up many times since I've been on this list but has never been completly answered. Apparently it cannot be done. The closest thi

RE: [PHP] basic auth question

2003-11-24 Thread Jay Blanchard
[snip] Please CC me, I am on digest -- If I have a directory like: $HOME/www/ (document root) It has a auth section in the .htaccess file $HOME/www/.htaccess another directory like: $HOME/www/want_to_be_public/ How can I defeat the auth section in the $