Basic認証
.htaccess の記入例
AuthUserFile [.htpasswdのパス]
AuthGroupFile /dev/null
AuthName “Please enter your ID and password”
AuthType Basic
require valid-user
.htpasswd の記入例
[ユーザー名]:[cryptしたパスワード]
Basic認証
.htaccess の記入例
AuthUserFile [.htpasswdのパス]
AuthGroupFile /dev/null
AuthName “Please enter your ID and password”
AuthType Basic
require valid-user
.htpasswd の記入例
[ユーザー名]:[cryptしたパスワード]