なお、環境は、以下。
- Windows XP SP3
- XAMPP 1.7 (c:\xampp に導入)
- pukiwiki 1.4.7 (c:\xampp\htdocs/pukiwiki に導入)
以下コマンドを実行。
c:\xampp\apache\bin\htpasswd c:\xampp\htdocs\pukiwiki\.htpasswd myuser
※パスワード入力のプロンプトが現れるので、設定。
STEP2.認証設定
c:\xampp\htdocs\pukiwiki\.htacessを以下の様に編集。
(編集前)
#AuthType Basic
#AuthName "Authentication required"
#AuthUserFile /path/to/.htpasswd
#AuthGroupFile /dev/null
#Require valid-user
#AuthName "Authentication required"
#AuthUserFile /path/to/.htpasswd
#AuthGroupFile /dev/null
#Require valid-user
(編集後)
AuthType Basic
AuthName "Authentication required"
AuthUserFile c:\xampp\htdocs\pukiwiki\.htpasswd
#AuthGroupFile /dev/null
Require valid-user
AuthName "Authentication required"
AuthUserFile c:\xampp\htdocs\pukiwiki\.htpasswd
#AuthGroupFile /dev/null
Require valid-user
以上
0 件のコメント:
コメントを投稿