Apache2.2.9(Fedora) で、アクセス規制(deny)を設定した場合
ファイルや下層ディレクトリーでは設定通りの403画面が出るのですが
ルートだけTestPageが表示されて困ってます

どう設定をしたらよいでしょうか…


DirectoryIndex index.php

ttp://example.com/ → TestPage
ttp://example.com/index.php → 403Forbidden
ttp://example.com/file.txt → 403Forbidden
ttp://example.com/test/ → 403Forbidden