开发者

Apache AllowEncodedSlashes Not Working

开发者 https://www.devze.com 2023-01-05 04:59 出处:网络
I\'m ru开发者_StackOverflownning 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

I'm ru开发者_StackOverflownning 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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消