2

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

しかし、それでも同じ問題:(

4

1 に答える 1

0

使ってみて

order allow, deny

代わりは。

ここで例を見てください。

于 2013-03-06T19:25:15.383 に答える