网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

怎么设置301重定向跳转

时间:2024-10-12 01:31:51

1、Linux系统方法;首先新建文件.htaccess通过对他的设置,可以实现强大的功能,301重定向之一。Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^sousuoyx.com [NC] RewriteRule ^(.*)$ http://www.sousuoyx.com/$1 [L,R=301]

2、W坡纠课柩indows系统方法;新建文件web.config来实现301重定向<configuration>媪青怍牙<system.webServer><rewrite><rules><rule name="WWW Redirect" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_HOST}" pattern="^$" /></conditions><action type="Redirect" url="sousuoyx.com{R:0}"redirectType="Permanent" /></rule></rules></rewrite></system.webServer></configuration>将此web.config上传到根目录即可,前提条件是:Windows主机的iis必须是7.0以上的

3、检测工具:我们可以利用站长工具

怎么设置301重定向跳转
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com