apache url 包含特殊字符 404

當URL和PATH_INFO中出現%2f(/)或者%5c(), 會被認爲這是個不合法的請求, Apache將會直接返回"404 (Not Found)"錯誤。code

1、修改站點虛擬目錄的配置配置

<VirtualHost *:80>請求

AllowEncodedSlashes On

</VirtualHost> co

配置中增長 AllowEncodedSlashes On錯誤

相關文章
相關標籤/搜索