Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /var/auth
- htpasswd -c .htpasswd userA
- htpasswd .htpasswd userB
- cat .htpasswd
- cd /var/www
- nano .htaccess
- AuthName "HureeICT Linux"
- AuthType Basic
- AuthUserFile /var/auth/.htpasswd
- require valid-user
Advertisement
Add Comment
Please, Sign In to add comment