修改.htaccess dom
RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain.com [NC] 要转的地址 RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301] 转后的地址 spa