How to generate passwords for .htpasswd using PHP
In my earlier post about .htaccess I had described about authentication using .htaccess and command to generate .htpasswd file. However, when we want to add passwords for many users that method will take too long, since we will have to add passwords for each user one at a time. However, there is an easier way […]
How to generate passwords for .htpasswd using PHP Read More »