思途CMS的系統(tǒng)授權(quán)默認(rèn)是www.XXX.com,所以建議把XXX.com做301重定向到www.XXX.com
操作位置》系統(tǒng)后臺(tái)》系統(tǒng)設(shè)置》偽靜態(tài)配置
5.0及以上版本
RewriteCond %{HTTP_HOST} ^xxx.com [NC]
RewriteRule ^(.*)$ http://www.xxx.com/$1 [L,R=301]
4.1版本
RewriteCond %{HTTP_HOST} ^xxx.com$
RewriteRule ^(.*)$ http://www.xxx.com/$1 [NC,R=301]
后臺(tái)登錄頁(yè)面的301跳轉(zhuǎn)需要在網(wǎng)站文件htaccess里改動(dòng),代碼一樣。
會(huì)員評(píng)論