Home > Tools > Crypt for BASIC Authentication

BASIC 認証パスワード

Input User and Password
(3文字以上)

.htaccess (Sample)

AuthUserFile /home/USER/.htpasswd
AuthGroupFile /dev/null
AuthName "Please enter your ID and password."
AuthType Basic
require valid-user
<Files ~ "^.(htpasswd|htaccess)$">
deny from all
</Files>

※関連するスタッフブログはこちらです