|
|
目前是这样的规则
- <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人回答
|
|