ApacheAllowEncodedSlashes 不工作
我正在运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AllowEncodedSlashes 不能放在
标记中,必须放在根级别中AllowEncodedSlashes can't be put in the
<Directory>
tag and have to put in the root level