|
|
目前是這樣的規則
- <rule name="t" stopProcessing="true">
- <match url="^(.*)$" ignoreCase="false" />
- <conditions logicalGrouping="MatchAll">
- <add input="{HTTP_HOST}" pattern="^t.jatxh.cn$" />
- </conditions>
- <action type="Redirect" url="http://www.jatxh.cn/{R:0}" redirectType="Permanent" />
- </rule>
復制代碼 這個只能實現t.jatxh.cn/index.php?mod=topic&code=2156跳轉到www.jatxh.cn/index.php?mod=topic&code=2156
我想實現把t.jatxh.cn/index.php?mod=topic&code=2156跳轉到www.jatxh.cn
不管t.jatxh.cn后面的目錄啥全部跳轉到www.jatxh.cn
我知道答案
回答被采納將會獲得 1 貢獻 已有6人回答
|
|