PudgiPod
03-12-2007, 06:43 PM
Hello,
Right now I am using a perl script for logins on my website. I have an html login page with a form. Everyone uses the same login page, but depending on the password they type in, they are sent to the respective page declared in the perl script.
I just had some changes on my web hosting package and my .htaccess has been enabled. I wanted to use .htaccess for logins instead of the perl script.
All I know so far about .htaccess is that it requires a link to the specific page and then displays a popup asking for the username and password. Fine, but I want a master login page that acts as mentioned above. Is there a way to achieve this?
I've heard that Javascript can achieve an html login page, but I haven't found anything about a "master" login page.
Thank you.
Right now I am using a perl script for logins on my website. I have an html login page with a form. Everyone uses the same login page, but depending on the password they type in, they are sent to the respective page declared in the perl script.
I just had some changes on my web hosting package and my .htaccess has been enabled. I wanted to use .htaccess for logins instead of the perl script.
All I know so far about .htaccess is that it requires a link to the specific page and then displays a popup asking for the username and password. Fine, but I want a master login page that acts as mentioned above. Is there a way to achieve this?
I've heard that Javascript can achieve an html login page, but I haven't found anything about a "master" login page.
Thank you.