最終更新:2010-02-01 (月) 07:26:37 (5198d)  

.htpasswd
Top / .htpasswd

.htaccess

AuthUserFile /path/to/.htpasswd
AuthGroupFile /dev/null 
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user

コマンド

htpasswd -c {filename} {username}
  • c 新規作成

メモ