谁能帮我这个?
我正在尝试将错误代码定向到 error.html#401 等。
例如,当您访问http://www.interimspaces.co.uk并单击电子邮件邀请下的链接时,如果您取消两次,您将获得基本页面但没有文字,
当你应该得到http://interimspaces.co.uk/error.html#401
我尝试将 .htaccess 文件放在顶级目录,然后放在 interimspaces.co.uk/pitch 中,但我遇到了同样的问题。
代码如下:
ErrorDocument 401 /error.html#401
ErrorDocument 404 /error.html#404
ErrorDocument 500 /error.html#500
任何帮助表示赞赏。
谢谢。