| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Baidu | /archives/72/ |
location /archives/72/ { rewrite ^/archives/72/(.*)$ /new_path/ last; } |
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html) |
| Baidu | /archives/72/ |
location /archives/72/ { rewrite ^/archives/72/(.*)$ /new_path/ last; } |
Mozilla/5.0 (compatible; Baiduspider-render/2.0; +http://www.baidu.com/search/spider.html) |
/docs/2024-01/db81b1ecd6424e219a6b996fd8c291e9.pdf |
location = /docs/2024-01/db81b1ecd6424e219a6b996fd8c291e9.pdf { rewrite ^/docs/2024-01/db81b1ecd6424e219a6b996fd8c291e9\.pdf$ /new_path/n001.html last; } |
Googlebot/2.1 (+http://www.google.com/bot.html) | |
/index.html |
location = /index.html { rewrite ^/index\.html$ /new_path/n002.html last; } |
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.116 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |