找不到目录时404重定向
当用户尝试访问不存在的目录时,我需要重定向到通用错误页面。我在 web.config 中设置了以下内容:
当我访问不存在的文件(例如 xyc.com/does_not_exist.aspx)但是当我访问不存在的文件夹(例如 xyz)时,它就像一个魅力.com/does_not_exist)然后我得到一个正常的 404 而不是通用错误页面。
我缺少什么?
此致, 史蒂芬
I need to redirect to my generic errorpage, when a users tries to access a directory that doesn't exist. I set up the following in my web.config:<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="errorpages/404.htm">
</customErrors>
</system.web>
It works like a charm when I access a file that does not exist (eg. xyc.com/does_not_exist.aspx) but when I access a folder that does not exist (eg. xyz.com/does_not_exist) then I get a normal 404 instead of the generic errorpage.
What am I missing?
Best regards,
Steffen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打牛,没什么区别
Bull whack, it makes no difference
更改为:
~/
指定从根目录开始Change to:
~/
specifies from root directory