アットウィキロゴ
# htpasswd /hogehoge/etc/user marchan

         ↑ファイルのパス ↑加えるユーザ名

# htpasswd -c /hogehoge/etc/user marchan

を実行すると、新規作成になってしまうので注意

Basic認証のユーザの削除方法
htpasswd -D <ファイル名> <ユーザー名>

# htpasswd -D /hogehoge/etc/user marchan

         ↑ファイルのパス   ↑削除するユーザ

最終更新:2010年09月17日 09:46