我收到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
但仍然是同样的问题:(