【发布时间】:2015-07-16 16:44:54
【问题描述】:
我想301重定向这个网址:
Index.asp?SourceID=20&CategoryID=20&ArticleID=1
到:
联系方式
在 IIS -> URL REWRITE 我已经设置好了:
**Match URL**
Requested URL: Matches the Pattern
Using: Exact Match
Pattern: Index.asp?SourceID=20&CategoryID=20&ArticleID=1
动作
Action type: Redirect
Redirect URL: http://www.mydomian.com/Contact
Append query string: TRUE
Redirect type: Permanent (301)
当我测试它时,我得到一个 404。
我该如何设置?
【问题讨论】:
标签: asp.net redirect iis url-rewrite-module