.htaccess:
Authtype Basic
AuthName “Put whatever you want here”
AuthUserFile /var/www/vhosts/.htpasswd
Require valid-user
.htpasswd:
htpasswd .htpasswd bob
.htaccess:
Authtype Basic
AuthName “Put whatever you want here”
AuthUserFile /var/www/vhosts/.htpasswd
Require valid-user
.htpasswd:
htpasswd .htpasswd bob