淘小兔

SEO的相关文章以及drupal都推荐无www前缀的路径指向有www前缀的路径,或者反之也可以,但是不要同时保持这两种情况都存在。

只需要在你的.htaccess文件中加入如下代码:

# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

将这段代码的最后两行中的example换成你的域名,并去掉前面的井号“#”注释,如本人插入.htaccess中的代码就是

RewriteCond %{HTTP_HOST} ^zhishitu\.com$ [NC]
RewriteRule ^(.*)$ http://www.zhishitu.com/$1 [L,R=301]

如果你的域名是.com.cn的,一定要注意两个点都需要进行转义,即

RewriteCond %{HTTP_HOST} ^example\.com\.cn$ [NC]
RewriteRule ^(.*)$ http://www.example.com.cn/$1 [L,R=301]

下载仅供下载体验和测试学习,不得商用和正当使用。

下载体验

请输入密码查看内容!

如何获取密码?

 

点击下载