Click to See Complete Forum and Search --> : .htaccess register


BOB101
11-07-2005, 03:38 PM
I want to make a register form for my .htpasswd file. When the info has been sent I want the username and password info to go to my .htpasswd file. And I want it to check if the username has already been used. If this requires server-side script, I can use PHP.

ray326
11-07-2005, 11:31 PM
The most reliable way is to use the htpasswd program that comes with Apache, assuming you're doing this on an Apache hosted site.