PDA

View Full Version : htaccess


Lyessou
2004-07-28, 12:04 PM CDT
Hello,
While using htaccess, is it possible to replace the authentification window by a form which i can integrate in my html design ?

Thankyou for you help

Lyes

ewdi
2004-07-28, 12:07 PM CDT
not unless you use different auth system

pfudd
2004-09-01, 01:21 AM CDT
It's possible:
On the login page, have a javascript form that asks for username and password and sends you to:
http://username:password@www.yoursite.com/protected/

The problem with htaccess is that you can't log out (easily).

ilja
2004-09-01, 01:23 AM CDT
It's possible:
On the login page, have a javascript form that asks for username and password and sends you to:
http://username:password@www.yoursite.com/protected/

The problem with htaccess is that you can't log out (easily).
but afaik this is not supported by every browser.