linzening 发表于 2018-1-31 13:48:22

【反馈】虚拟主机404的BUG

因为硅云虚拟主机升级后,凡是出现404状态码即返回302,重定向到某个url,但是重定向到的这个url也不存在(404)的话,就会这样递归,导致URL变成了一长串URL,如下:

http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/?404,http://www.xxxxxxx.info/404/403.html?403,http://www.xxx.info/

test1 发表于 2018-1-31 16:23:06

确实是这样的,不能算个bug吧。

linzening 发表于 2018-2-6 15:46:02

test1 发表于 2018-1-31 16:23
确实是这样的,不能算个bug吧。

不算是BUG,但是算是做得不够好吧,一般404直接获取页面的404.html而不是做跳转
页: [1]
查看完整版本: 【反馈】虚拟主机404的BUG