PDA

View Full Version : Form login + .htaccess



RNilsson
January 24th, 2001, 09:02
Ok, this is what i would want to have at my site...

A Textbox for username, anotherone for Password and a Submit button...
That's great, no problem there...

But, stubborn as i am, i also do not want the "standard" browser popup as i've got the dir-structure .htaccess-protected.

So...How can i access a htaccess-protected file, send the info from the usename & password Textbox'es from the form, into the browser, to avoid the popup...

And, no, i don't want to use cookies at all if possible.