9951 explained code solutions for 126 technologies


htpasswdCreate new htpasswd file with username and password


htpasswd -c /dir/.htpasswd user1ctrl + c
htpasswd

tool to manage encrypted users passwords

-c

create new htpasswd file

/dir/.htpasswd

path to the new password file

user1

add this user to the new password file (password will be asked after that)