htpasstool is a Web-based management tool for Apache .htpasswd files. It's small (just one PHP file) and straightforward to use. It can be used to protect/unprotect directories in a Web space, to add users, rename users, remove users, and change passwords in .htpasswd files. All of this is through a friendly, simple Web interface that is trivial to install.
| Tags | Internet Web HTTP Servers Site Management |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | PHP |
Recent releases


Release Notes: This release fixes a small bug in the assignpasswordform function.


Release Notes: A 'comments' field has been added. A feature has been added that allows one to assign a random password and email it to the user, straight from within htpasstool. There are small layout changes.


Release Notes: The CSS file and PNG images are now self contained in the single PHP. The script is now also compatible with PHP 4. A BASE_DIRECTORY constant was added to allow the specification of the base directory under which .htaccess files are managed.


No changes have been submitted for this release.
Recent comments
11 Oct 2006 05:08
V1.01
MY RATE: EXCELENT
The link for the changed folder is incorrect:
"test(folder name) (close padlock icon)Protected"
Incorrect-> www.domain.com/test
Supose to be:
And close padlock icon is not showing correctly.
Best Regards
09 Oct 2006 17:47
Re: Not working
> dr_small, this script without
> modifications requires PHP5. your host
> is using PHP4, so the scandir() function
> used will not work.
Indeed - see version 1.01 that supports PHP4 (thanks to the work of Derek)
08 Oct 2006 22:01
Re: Not working
> Couldn't get it to work on my
> localhost.
>
dr_small, this script without modifications requires PHP5. your host is using PHP4, so the scandir() function used will not work.
08 Oct 2006 16:32
Not working
Couldn't get it to work on my localhost.