| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Baidu | /chuangyezixun/134.html |
location = /chuangyezixun/134.html { rewrite ^/chuangyezixun/134\.html$ /new_path/n004.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /tags/182.html |
location = /tags/182.html { rewrite ^/tags/182\.html$ /new_path/n005.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /tags/299.html |
location = /tags/299.html { rewrite ^/tags/299\.html$ /new_path/n006.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /zhichangjianghu/191.html |
location = /zhichangjianghu/191.html { rewrite ^/zhichangjianghu/191\.html$ /new_path/n007.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Douyin | /catalog.asp?cate=1 |
location = /catalog.asp?cate=1 { rewrite ^/catalog\.asp?cate=1$ /new_path/n002.html last; } |
Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/) |
| Douyin | /category/5 |
location = /category/5 { rewrite ^/category/5$ /new_path/n001.html last; } |
Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/) |
| Douyin | /xw/113.html |
location = /xw/113.html { rewrite ^/xw/113\.html$ /new_path/n003.html last; } |
Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; https://zhanzhang.toutiao.com/) |