揮発性のメモ2

知識をメモ書きしておく

.htaccess

AuthName takes one argument, The authentication realm (e.g. "Members Only")
(.htaccessの)AuthName変数は、1語で書いてね!(ダブルクオーテーションで括れ)


.htaccess:deny not allowed here
AllowOverrideでLimit許可していないのに deny from all とかやろうとした