RewriteCond %{http_host} ^66moju.cn [NC]
RewriteRule ^(.*)$//66moju.cn/$1[L,R=301]
在你的網站根目錄.htaccess 文件中
RewriteEngine on
##下方另取一行 加入 301 跳轉規則
RewriteCond %{http_host} ^66moju.cn [NC]
RewriteRule ^(.*)$//66moju.cn/$1[L,R=301]
##下面是您原來的規則
其中的縱橫云改為您自己的域名
|