Hi,
Is there a way to login into a directory (that is protected by .htaccess) using forms?
I mean, normally, a login screen pops up, that varies from browser to browser.. What I wanted to do is to have a login screen using html forms and php, to login, and give back an customized error message (html) if the username/passwords aren't correct, not the standard "401 Authentication Error" that Apache returns.
I'd be very thankful if someone could help me out, I'm a newbie to php, you know 🙂
Robert