apache URL异常
程序员文章站
2024-02-09 19:54:04
...
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
------解决方案--------------------
指前面的 (.*) 代表的内容
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
------解决方案--------------------
指前面的 (.*) 代表的内容
相关文章
相关视频
上一篇: 笨鸟学php(六) 数组