关于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.End3、ASP重定向方法
header("HTTP/1.1.301 Moved Permanently");header("Location:.cn/tag/https" title="查看标签为 https 的文章">https://www.gengzhen.cn/");exit();