- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
.使用302跳转替代301跳转
301是永久重定向,不适合临时跳转,302才是临时跳转
#@nginx配置 location / { rewrite ^ https://www.landui.com redirect; }
2.给301跳转加上no-cache
#@nginx配置 location / { add_header Cache-Control no-cache; rewrite ^ https://www.landui.com permanent; }
售前咨询
售后咨询
备案咨询
二维码
TOP