ApacheAllowEncodedSlashes 不工作

发布于 2024-09-06 20:45:43 字数 243 浏览 6 评论 0原文

我正在运行 Apache(XAMPP 包),并且我试图允许 URI 中的正斜杠能够检索使用encodeURIComponent 发送的参数,因此我

AllowEncodedSlashes On
NameVirtualHost *:80
...

在 httpd-vhosts.conf 中添加了该指令。但是我仍然收到 404 错误,我是否遗漏了什么?

问候。

叶希亚·萨拉姆

I'm running Apache(XAMPP package) and i'm trying to allow forward slashes in the URI to be able to retrieve parameters sent with encodeURIComponent, so i added the directive

AllowEncodedSlashes On
NameVirtualHost *:80
...

in httpd-vhosts.conf. however i'm still getting 404 error, am i missing something?

Regards.

Yehia A.Salam

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

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

发布评论

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

评论(1

墨落画卷 2024-09-13 20:45:43

AllowEncodedSlashes 不能放在 标记中,必须放在根级别中

AllowEncodedSlashes can't be put in the <Directory> tag and have to put in the root level

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