| 蜘蛛 | 404 路径 | Nginx 建议配置 (自动编号) | User-Agent |
|---|---|---|---|
| Bing | /android/61.html |
location = /android/61.html { rewrite ^/android/61\.html$ /new_path/n004.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 | /android/79.html |
location = /android/79.html { rewrite ^/android/79\.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 | /gg/index.htm |
location = /gg/index.htm { rewrite ^/gg/index\.htm$ /new_path/n002.html last; } |
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) |
| Other | /gg/index.htm |
location = /gg/index.htm { rewrite ^/gg/index\.htm$ /new_path/n003.html last; } |
Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) |