| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Baidu | /silian.txt |
location = /silian.txt { rewrite ^/silian\.txt$ /new_path/n003.html last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Bing | /category-0.html |
location = /category-0.html { rewrite ^/category-0\.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 | /Products/8.html |
location = /Products/8.html { rewrite ^/Products/8\.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 |