Forum Moderators: phranque
I have a membership system I'm developing that protects a directory on my web site and only allows in authorized users. Right now I have to prompt twice for every user, once in the php login pages, and then once at the .htaccess protected directory. What I would like to figure out how to do would be to only prompt one login (my desire is the php page) and have that login information pass through to the .htaccess prompt and log the user in.
Is this doable with mod_rewrite? Or is there something else I should look up and read about that may do the same thing?
Thanks for any help anyone can offer me! :)