Jul
12
12
Creating Apache httpd .htaccess file
$ cd /home/user
$ htpasswd -c .htaccess username
Enter Password:
Reenter Password:
Done, simple as that. What would be nice was if there was some interface that allowed you to easily edit this as an end user, when you had successfully logged in.
