Forum Moderators: open
I have 2 folders with password access (say A and B).
Each folder uses .htaccess for basic password setup
e.g. in my .htaccess file I have something like: AuthType Basic, require user B
I want the login on index.html (above A and B) AND for it to forward logins to the right folder (A or B) AND to send the username and password to the .htaccess thing. (Is it possible to 'send' a username and password to the .htaccess thing?).
If you have PHP there is a good introduction to a simple password system in this thread [webmasterworld.com].