Posts Tagged ‘HTTP Authentication’

setup HTTP Authentication using htpasswd and htaccess

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 [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.