301转向 RewriteEngine ONRewriteCond %{HTTP_HOST} ^www.y.com$ [OR]RewriteCond %{REQUEST_URI} ^/$RewriteRule ^(.*)$ http://www.y.com/folder [R=301,L]