First create .htpasswd file for allowed users. You can create .htpasswd file using one of the following ways: By using command line htpasswd [-m | -d | -s | -p] /path/to/passwdfile/ <username> Above command will prompt for password. Given password will be assigned to <username> -m : Use MD5 encryption for passwords -d : Use [...]
