404の問題が発生しました:
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
私の.htaccessは次のようになります。私の.htaccessとindex.htmlは「bar」フォルダ内にあります:
ErrorDocument 403 /public_html/foo/bar/errorpages/403.html
order deny,allow
deny from all
allow from 123.456
エラーページにも.htaccessがあります。
order deny,allow
allow from all
リダイレクトが間違っていますか?
アップデート
また、ディレクトリを次のように変更してみました
/bar/errorpages/403.html
しかし、それでも同じ問題:(