Hi all,
Right now on my site you have to enter the correct username and password on my web site to get access to certain directories. I'm doing this thru apache .httaccess in my httpd.conf file. It works great; the username/password login box pops up and you're on your way.
My question is this, how do I get rid of the popup box window and replace it with a form??? How do I pass the username and password variables to apache to make it like I just entered the same values in the pop-up window? I want to continue to use the placed .httaccess files in my protected directories. I just want a different interface to pass the variables to apache.
Thanks
Have a form there, grab the username and password and then redirect to :
http://<username>:<password>@<URL>
I'm almost positive that's the syntax.
Just a quick idea, hope it works for you..
Good luck!
Hey..
I had the same question, would it be possible that you would send the form pleaseee.. thanks.
ricky