Log in

View Full Version : password login



timpoth
11-24-2005, 12:24 AM
Please forgive me if this is a stupid question but I’m not sure how to ask google.

I have an apache server that I have enabled a protected folder on. When you try to access the folder a password box pops up (www.mattpoth.com click on the button). I would like to have a web form that I could make “pretty” with a form. What I would like to happen is someone would type in the name and password, click login and there in, no popup.

I don’t know if this is possible (with out getting too advanced).

Thanks
Tim

Twey
11-24-2005, 04:32 PM
It's not possible (as far as I know) to plug an HTML form into the Apache passwording system the way I think you're talking about. However, if you have a server-side language, you can more-or-less replace it. Do you?

timpoth
11-24-2005, 04:34 PM
its mattpoth.net

Twey
11-24-2005, 04:37 PM
That's nice, but not very helpful. Your server headers say you don't have any, but this method of detection isn't very accurate.

timpoth
11-24-2005, 05:06 PM
Currently I think I only have tomcat but if I need something else I can (try) to load it. Any recommendations? Any sites I should look at?
Thanks much
Tim

Twey
11-24-2005, 05:59 PM
PHP would be my advice. http://www.php.net/