RewriteEngine ON
RewriteCond %{HTTP_HOST} ^www.21andy.com$ [OR]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^(.*)$ http://www.21andy.com/folder [R=301,L]这是apache主机.htaccess的301转向,对于第2个条件和重写规则不是很明白,哪位解释一下?谢谢!