Hi all,
I would like to have a login form whereby the user can enter their login details, rather than the Authentication box normally associated with .htaccess. Is there any way the information entered can be used by apache to authenticate afterwards?
e.g. I have a folder /subject/ which is protected by .htaccess. The user will go to my login.htm to fill in their username and password. The form post to the login.php. Then forward them to /subject/ and the authentication would be automatic withour the popup of the htaccess windows.
Is it possible for php to do such thing?