iGuest 3 Report post Posted March 13, 2005 Does anyone know of a script that when you type in your user/password in a form, can log you into a .htaccess protected area? Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 13, 2005 You'll need to use Database to support that script. if you were to do any protected area thingy. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 13, 2005 Or maybe you should edit your .htaccess file with a scipt when submitting a form. But it's way not practical.Use https, scripting (i.e. PHP), database (i.e. MySQL), cookies, sessions to improve your sites security and user account oriented web page access/browsing. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 14, 2005 .htacces is the most secure is the most secure type of login, but i dont think it can be done via a form. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 14, 2005 .htacces is the most secure is the most secure type of login, but i dont think it can be done via a form.But if I initiate some PHP script to edit .htaccess file when a form is submited than theoreticaly you can say that login with .htaccess is done via form.Indeed, it is quite a nonsense to do that, but it's possible. Share this post Link to post Share on other sites