Re: [COMP] Linux web design....
- From: John Madden <weez@xxxxxxxxxxxxxx>
- To: computers@xxxxxxxxxxxxxx
- Date: Tue, 18 Jan 2000 07:13:12 -0500
> I need to password protect some pages that submit entries into a MySQL
> db. What would be a good way to make the entry form page secure for a
> username and password to pass through to gain access. Thankx
.htaccess and Apache would make the form itself secure, but if you want
to secure the connection between the client and the server, SSL is the
only way to do it (that I know of).
John
(James: take a look at ERS's config with the IT Absence List- it uses
.htaccess)
========================================
Avenir Web's Computers Mailing List
List Modes, Subscription, and General Info:
Go to http://avenir.dhs.org/mailing.html
List Archives: http://avenir.dhs.org/archives/
Administrative Contact: webmaster@xxxxxxxxxxxxxx
Get computer help: http://avenir.dhs.org
========================================
Other related posts:
- » Re: [COMP] Linux web design....