Forum Moderators: phranque

Message Too Old, No Replies

htaccess login in browser not as popup?

         

Malik999

7:37 pm on Aug 10, 2007 (gmt 0)

10+ Year Member



We are all familar with the popup ussername and password box which appears to the user.

Does anyone how to have a username and password box within a webpage (i.e. form fields) which then takes you into the secure directory?. Can anyone confirm this is not possible with htaccess?

thanks

jdMorgan

5:12 am on Aug 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Using anything other than the browser dialog box requires an authenticating script on the server. In other words, the Web page posts the username/password to a script, which then handles authentication/authorization.

Jim