Forum Moderators: bakedjake

Message Too Old, No Replies

Authenticating via .htaccess / login screen

         

Frank_Rizzo

10:18 am on Dec 30, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm currently using .htaccess to control access to a secure area.

I dont like the standard browser login prompt which appears when accessing the secure area.

Is it possible to create a login form and then authenticate? I know this is possible with PHP and stuff. Is it possible with raw .htaccess files?

littleman

9:12 am on Dec 31, 2002 (gmt 0)



I don't think so.

dingman

6:10 pm on Dec 31, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nope, Littleman is right. [httpd.apache.org]

"Unfortunately, these things are features of the browser, and cannot be controlled from the server side. If you want the login to look different, then you will need to implement your own authentication scheme. There is no way to change what this login box looks like if you are using basic authentication."