Which is the most secure techology for password protecting parts of your site - .htaccess or php (usernames/passwords in mysql table)?
jatar_k
4:22 pm on May 4, 2006 (gmt 0)
that would depend on what you are trying to protect and how many users are gaining access
TravelSite
11:24 pm on May 4, 2006 (gmt 0)
It would be for access to an admin area for staff to update offers.
coopster
2:15 pm on May 8, 2006 (gmt 0)
Using per-directory configuration files (.htaccess) is Basic Authentication [httpd.apache.org]. Plain text passwords are being transferred with each request. The Apache 1.3 "How To" link is a good primer as well: