嗨,我想重定向我的域別名到一個域。web.config重定向多個域到一個
我現在有這個規則
<rule name="WWW Rewrite" enabled="true">
<match url="(.*)" />
<conditions>
<add input="{HTTP_HOST}" negate="true"
pattern="^www\.([.a-zA-Z0-9]+)$" />
</conditions>
<action type="Redirect" url="http://www.domain.com/{R:0}"
appendQueryString="true" redirectType="Permanent" />
</rule>
它完美的作品時,別名可是沒有前面的WWW ..我如何說重定向一切不等於這個領域
感謝
我沒有工作 – Zymotik 2012-10-04 12:58:48