当前位置: 代码迷 >> PHP >> apache URL异常
  详细解决方案

apache URL异常

热度:91   发布时间:2016-04-29 00:56:10.0
apache URL错误
http://www.xxx.com/index/index/q_%25U_s_f.htm 报错
http://www.xxx.com/index/index/q_%2555_s_f.htm 不报错
http://www.xxx.com/index/index/q_%25%55_s_f.htm 报错

单独出现 %也报错 %25也报错 其他就不会报错 400错误 apache

------解决方案--------------------
指前面的 (.*) 代表的内容
  相关解决方案