漂流的心 | 耿真的个人网站 | 鲁ICP备15001313号 | 本站永久网址:https://www.gengzhen.cn|

关于页面301重定向设置方法及代码

发布:耿真(GengZhen) 2021-01-22 11:59:00 归属栏目: 网站优化

301被称为“永久转向”,是一个很有效的网页跳转方式,对搜索引擎也比较友好,能将老域名在搜索引擎中的位置大部分转移到新域名。做好301也很简单,只需要将原有的域名定向到新域名即可,最后别忘了检查下HTTP状态码是否为301。

关于301的作用网上很多,耿真Seoer说一下301的方法。

301重定向的设置方法:
1、Apache服务器.htaccess 文件中增加301重定向方法
RewriteEngineon   RewriteBase/   ://www.gengzhen.cn/tag/.cn/tag/.cn/tag/.cn/tag/.cn/tag/.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="">re 的文章">.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 re 的文章">.cn/tag/re" title="查看标签为 re 的文章">rewritecond%{http_host}^sitename [nc]   https://www.gengzhen.cn/tag/https://www.gengzhen.cn/tag/.cn/tag/.cn/tag/.cn/tag/https" title="">https" title="查看标签为 https 的文章">https" title="查看标签为 https 的文章">https://www.gengzhen.cn/tag/.cn/tag/.cn/tag/.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="">re 的文章">.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/https" title="查看标签为 https 的文章">https://www.gengzhen.cn/tag/.cn/tag/.cn/tag/.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="">re 的文章">.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re 的文章">re" title="查看标签为 .cn/tag/https" title="查看标签为 https 的文章">https://www.gengzhen.cn/tag/.cn/tag/.cn/tag/.cn/tag/.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="">re 的文章">.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re 的文章">://www.gengzhen.cn/tag/.cn/tag/.cn/tag/.cn/tag/.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="">re 的文章">.cn/tag/re" title="">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">re" title="查看标签为 .cn/tag/re" title="查看标签为 re 的文章">re 的文章">.cn/tag/re" title="查看标签为 re 的文章">rewriterule^(.*)$https://www.gengzhen.cn/$1[r=301,nc] 
2、PHP重定向方法
Response.Status="301 Moved Permanently"Response.AddHeader "Location","https://www.gengzhen.cn/"Response.End 
3、ASP重定向方法
header("HTTP/1.1.301 Moved Permanently");header("Location:.cn/tag/https" title="查看标签为 https 的文章">https://www.gengzhen.cn/");exit(); 

温馨提示本站内所有原创内容禁止转载,谢谢合作!

关注耿真SEO微信公众号