我的网站名称为www.tutntips.com,我想将www.tutntips.com重定向到http://www.tutntips.com。
我尝试使用htaceess
并添加了以下行但仍然无法重定向
RewriteEngine On
RewriteCond %{HTTP_HOST} ^tutntips.com [nocase]
RewriteRule ^(.*) http://www.tutntips.com/$1 [last,redirect=301]
我该如何重定向?
先谢谢