| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Baidu | /elunchunzizhiqi/ |
location /elunchunzizhiqi/ { rewrite ^/elunchunzizhiqi/(.*)$ /new_path/ last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /elunchunzizhiqi/ |
location /elunchunzizhiqi/ { rewrite ^/elunchunzizhiqi/(.*)$ /new_path/ last; } |
Mozilla/5.0 (compatible; Baiduspider-render/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /jianli/1003.html |
location = /jianli/1003.html { rewrite ^/jianli/1003\.html$ /new_path/n006.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /jianli/1003.html |
location = /jianli/1003.html { rewrite ^/jianli/1003\.html$ /new_path/n007.html last; } |
Mozilla/5.0 (compatible; Baiduspider-render/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /qiye/1060.html |
location = /qiye/1060.html { rewrite ^/qiye/1060\.html$ /new_path/n003.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /qiye/1060.html |
location = /qiye/1060.html { rewrite ^/qiye/1060\.html$ /new_path/n005.html last; } |
Mozilla/5.0 (compatible; Baiduspider-render/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /qiye/1134.html |
location = /qiye/1134.html { rewrite ^/qiye/1134\.html$ /new_path/n002.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /qiye/1134.html |
location = /qiye/1134.html { rewrite ^/qiye/1134\.html$ /new_path/n004.html last; } |
Mozilla/5.0 (compatible; Baiduspider-render/2.0; +http://www.baidu.com/search/spider.html) |
| Bing | /zhaorencai/ |
location /zhaorencai/ { rewrite ^/zhaorencai/(.*)$ /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 |
| Other | /news/199.html |
location = /news/199.html { rewrite ^/news/199\.html$ /new_path/n001.html last; } |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot) |