www サブドメインからルート ドメインへの単純なリダイレクトを試みています。多くのバリエーションを試した後、行き詰まり、助けを求めています。何かばかげていると確信しているが、見えない。これが私が使用しているルールです。
<rewrite>
<rules>
<rule name="Redirect to root" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^www.stitchamerica.com$" negate="true" />
</conditions>
<action type="Redirect" url="http://stitchamerica.com/{R:1}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
入力をお待ちしております。