Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Apache Password From Form
Name: Urkle10 Date: September 19, 2004 at 00:07:44 Pacific OS: Windows XP CPU/Ram: PIII 800 MHz / 384 MB
Comment:
Hello all,
I have a password-protected website using the .htacces/.htpasswd method on an Apache server.
As it stands, when a user clicks a link that leads to a page in the secure area, they are prompted to enter a username and password by the browser. I am hoping to create a form on a welcome page where the user can enter the username and password, click submit, and be taken to the secure area.
Is there an easy way to accomplish this? I was thinking it may be along the lines of a POST or GET method, but I've been unable to find any information on it. I appreciate any help!
Name: safeTsurfa Date: September 19, 2004 at 08:49:57 Pacific
Reply:
Try using php.
0
Response Number 2
Name: Urkle10 Date: September 19, 2004 at 09:08:18 Pacific
Reply:
Do you mean use PHP to password protect my secure section or use PHP to send the username and password to the Apache validator? (Preferably the latter.) How would I go about doing it?
0
Response Number 3
Name: safeTsurfa Date: September 19, 2004 at 09:57:59 Pacific
Reply:
By creating a php login page. Check Google, check how this is constructed in portals and php-based forums, etc to learn more
Summary: no script needed to forward it to "another page"... you can use POST or GET in the form METHOD... both will transfer the form data to the form's ACTION property... on the "target page", you need somet...
Summary: OK, I've been using Netscape 7.2 browser for a long time, but with every "critical update" that MS pushes out, it breaks more and more often (gee, I wonder why?). Anyway, I just upgraded to Netscape 8...
Summary: I am trying to create a simple web page wich uses has to do math from option button Like this: Option 1 is 100 Option 2 is 200 Option 3 is 300 If option 1 and 3 are selected you get a total of 400 pr...