| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Bing | /gongsixinwen/1485.html |
location = /gongsixinwen/1485.html { rewrite ^/gongsixinwen/1485\.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 | /gcbl/ |
location /gcbl/ { rewrite ^/gcbl/(.*)$ /new_path/ last; } |
Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07) |
| Other | /gcqlz/ |
location /gcqlz/ { rewrite ^/gcqlz/(.*)$ /new_path/ last; } |
Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07) |