Had a question re: htaccess and the AUTH_ vars.
The situation is this: I have a form login that I want to redirect to a htaccess protected dir. I want to be able to take the username/password entered from this form and use that to auth the htaccess. I don't want the htaccess popup to come up, as the client doesn't like having to login twice (but they still want the "nice" looking login form).
My question is this: Can I set the AUTH_USER and PW vars with what was entered via the form, then redirect to the protected dir and have the htaccess use those the AUTH vars to automatically auth the user?
I've already tried passing the vars in the URL, such as:
http://myname:mypass@www.mysite.com/secure
.. which doesn't work in IE.