《
301重定向 不帶www的都定向到www的_網(wǎng)站制作公司》文章地址:http://www.tfxk.com/wangyesheji/jianzhanjingyan/110B122012.htm
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !olddomain.com$ [NC]
RewriteRule ^(.*)$ [L,R=301]
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule ^file/file.php$ [R=301,L]
3.重定向olddomain.com到www.newdomain.com
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*)$ [L,R=301]
2.重定向www.domain.com到domain.com
6.重定向domain.com/file/file.php 到 otherdomain.com/otherfile/other.php
5.全體重定向到newdomain
-->
RewriteEngine On
RewriteBase /
RewriteCond %{http_host} ^domain.com [NC]
RewriteRule ^(.*)$ [L,R=301]
1.重定向domain.com到www.domain.com
這種重定向旨在使域名獨(dú)一,是網(wǎng)站SEO必需要做的,后面重定向www.domain.com到domain.com也是出于同樣的起因,只是情勢不同。
翻開.htaccess文件,參加以下規(guī)矩。(下面的規(guī)則是針對主域名的,子域名要修正)
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !olddomain.com$ [NC]
RewriteRule ^(.*)$ [L,R=301]
4.重定向olddomain.com to newdomain.com
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ [L,R=301]
相關(guān)的主題文章:
(責(zé)任編輯:網(wǎng)站建設(shè))
301重定向 不帶www的都定向到www的_網(wǎng)站制作公司相關(guān)文章