ベーシック認証で500エラーが出る(ファーストサーバ)

ファーストサーバでバーチャルドメインを設定して、そこにBASIC認証をかけようとしたが、500エラーが出た。


↓こんな感じ
-------------------------------------------------------
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
-------------------------------------------------------



で、
自分で.htaccessと.htpasswordを作成してアップしたのがいけなかったのかと思い、


サポートWEBの会員制WEB設定から生成してみるとあっさりうまくいった。


何が違ったのかと見てみたら、.htaccessはまったく同じだけど、.htpasswordが微妙に違った。

なんなんだろね。
ちょっと特殊仕様なのかな???