PDA

View Full Version : htaccess password login page


ivy
03-03-2004, 06:55 PM
Hi there

Is it possible to have a login page for a htaccess password protected directory?

Rather than the pop-up box appearing, I would rather a page with a form that asks for the username and password an then directs the user when clicking "log in" to the password protected area - without the pop-up box appearing.

Your help would be much appreciated.

Nightfire
03-08-2004, 12:52 AM
From what I know, you can only have the popup with htaccess, but don't quote me on that. I don't know much about it

oracleguy
03-08-2004, 02:22 AM
Take a look at this: http://forums.devshed.com/archive/t-59748

As said in that thread, note that it is a very insecure method. From what it looks like, there is no secure method for doing it through a page.