in reply to Custom Login Page using .htaccess

When you use HTTP access controls, the browser handles the interface, and I don't believe there are any hooks into it. You are stuck with what the browser wants to display.

If you do your own verification using server-side scripting, then you can create your own login page and have full control over everything. There are a thousand tutorials on session management with CGI, just use the search box on this site.

Good luck!

Replies are listed 'Best First'.
Re: Re: Custom Login Page using .htaccess
by bugaloo (Initiate) on Nov 08, 2002 at 04:48 UTC
    Thanks much!