Hi!
I just got a new Windows Server 2008 and Im trying to set up some url-rewrite rules.
I tried do it with both a blank rule by my self and the template.
Im trying to rewrite like this
www.mydomain.com/articles/one/two/three
www.mydomain.com/articles.aspx?param1=one¶m2=two¶m3=three
The thing is that not all querystrings are required, the link can also be without querystrings or with just one or two?
Do I have to add 4 different rules to the URL-rewrite-module or can I write it some other way?
Thanks