| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Bing | /106/ |
location /106/ { rewrite ^/106/(.*)$ /new_path/ 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 |
| Bing | /2013/1120/c717a14146/page.html |
location = /2013/1120/c717a14146/page.html { rewrite ^/2013/1120/c717a14146/page\.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 |
| Bing | /2021/1203/c6866a175721/http:/2018/0929/c721a5895/page.html |
location = /2021/1203/c6866a175721/http:/2018/0929/c721a5895/page.html { rewrite ^/2021/1203/c6866a175721/http:/2018/0929/c721a5895/page\.html$ /new_path/n002.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 |
| Bing | /810/list2.html |
location = /810/list2.html { rewrite ^/810/list2\.html$ /new_path/n004.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 | /djzc1/gh.html |
location = /djzc1/gh.html { rewrite ^/djzc1/gh\.html$ /new_path/n003.html last; } |
Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07) |