Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 .NET 和 IIS 的菜鸟,所以,我有一个需要处理友好 url 的系统,我想知道继续进行的最佳策略。所以,我问你:
我需要执行以下规则:
从:www.test.com.br/test/9/testing 到:www.test.com.br/testing
谢谢你。
更简单的形式: URL 重写 -> 添加规则 -> 规则女巫重写映射 -> 选择规则操作:重定向 选择重写映射:“/testing” ok after:添加映射条目... 原始值:“/testing” 新值: "/test/9/testing" 好的 :)
您可以从这里http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module开始。
问候