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