apache ベーシック認証 basic認証
【環境】
Apache
【エラー内容】
ベーシック認証後のページでエラー
Web側では
Forbidden
You don't have permission to access /file/ on this server.
ログを見ると
/var/log/httpd/error.log
Directory index forbidden by Options directive: パス
となっている
【原因 対応】
単純にファイル指定までしていなかったため、パスではなくファイル名までいれればOK