因此,以下重写规则似乎总是会触发。这会隐藏我在服务器上托管的另一个域吗?
我似乎无法弄清楚出了什么问题,是时候请来专家了:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^danielhonig.com
RewriteRule ^(.*)$ http://www.danielhonig.com/$1 [R=permanent,L]
RedirectMatch ^/$ http://www.danielhonig.com/gravl
Options None