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


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


Changes: 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.


Changes: 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.
- All comments
Recent commentsV1.01
MY RATE: EXCELENT
The link for the changed folder is incorrect:
"test(folder name) (close padlock icon)Protected"
Incorrect-> http://www.domain.com/test
Supose to be:
http://www.domain.com/php/htpasstool/test/
And close padlock icon is not showing correctly.
Best Regards
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)
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.
Not working
Couldn't get it to work on my localhost.