重写引擎关闭; ErrorDocument 仍然有效吗?

发布于 2024-08-20 19:42:16 字数 292 浏览 4 评论 0原文

我正在为 IIS7 编写一个 ISAPI 过滤器,它应该映射 Apache Mod_Rewrite 的一些功能。整个重写已经完成,我现在想要实现 ErrorDocument 指令。
当我确实关闭了 RewriteEngine 时,重写将按预期禁用。但是 ErrorDocument 怎么样?
默认的 Mod_Rewrite 行为如何?如果 RewriteEngine 关闭ErrorDocument 指令仍然有效吗?

I'm writing an ISAPI filter for the IIS7 that should map some functionalities of the Apache Mod_Rewrite. The whole rewriting is finished and I now want to implement the ErrorDocument directive.

When I do have RewriteEngine off the rewriting is disabled as intended. But how about the ErrorDocument ?

How is the default Mod_Rewrite behaviour? Does the ErrorDocument directive still work if RewriteEngine off ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

知足的幸福 2024-08-27 19:42:16

是的,它仍然有效。 ErrorDocument 指令是 Apache 核心的一部分,不依赖 mod_rewrite 来发挥作用。

Yes, it will still work. The ErrorDocument directive is part of Apache's core and does not rely on mod_rewrite to function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文