| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Bing | /xinwenzhongxin/516.html |
location = /xinwenzhongxin/516.html { rewrite ^/xinwenzhongxin/516\.html$ /new_path/n001.html last; } |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36 |
| Other | /en/ |
location /en/ { rewrite ^/en/(.*)$ /new_path/ last; } |
MQQBrowser/26 Mozilla/5.0 (Linux; U; Android 4.4.2; zh-cn; MB200 Build/GRJ22; CyanogenMod-7) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 (compatible; Sogou web spider/4.0; +http://www.sogou.com/docs/help/webmasters.htm#07) |
| Other | /en/ |
location /en/ { rewrite ^/en/(.*)$ /new_path/ last; } |
Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07) |