PDA

View Full Version : htaccess


Lyessou
28th July 2004, 07:04 PM
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
28th July 2004, 07:07 PM
not unless you use different auth system

pfudd
1st September 2004, 08:21 AM

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
1st September 2004, 08:23 AM
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.