除转到http://domain.domain之外,所有重写工作都得到重写(得到404)。 http://www.domain.domain有效,domain.com有效。谁能帮助我找出问题所在?
<rewrite xdt:Transform="Insert">
<rules>
<rule name="HttptoHttps" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="SeeOther" />
</rule>
</rules>
</rewrite>
基本上我希望所有内容都重定向到https。
IIS版本:6.2 重写模块2.1