Forum Moderators: coopster
I apply .htacces files to protect directories. I would like create simple login form (not standard pop up login form), authenticate users thru my files with username-password and avoid pop-up login.
Thank you for advance.
.htaccess is set to receive the login info from the popup box.
If you want a form you could use php (as you are in the PHP forum) and cookies or session variables to check that the user is / has logged in and redirect the non logged in user to the login / form page
hope this helps