Web page password protection using htpasswd and .htaccess
Feb 24, 2019
The easiest way to prevent folks from being able to cruise a folder on your website (without taking it off the net) is to implement htpasswd authentication on an Apache server. It is mind-bogglingly easy if you follow these instructions.Two files will need to be created, a .htaccess file Continue reading...