伪静态实现301跳转
RewriteCond %{http_host} ^xiaoniaoyun.com [NC]
RewriteRule ^(.*)$http://www.xiaoniaoyun.com/$1[L,R=301]
在你的网站根目录.htaccess  文件中
RewriteEngine on 
##下方另取一行 加入 301 跳转规则
RewriteCond %{http_host} ^xiaoniaoyun.com [NC]
RewriteRule ^(.*)$http://www.xiaoniaoyun.com/$1[L,R=301]
##下面是您原来的规则
其中的小鸟云改为您自己的域名
				