« Previous Next »

Thread: Append Querystring across all website pages

Last post 12-10-2008 2:35 PM by ruslany. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 12-10-2008, 5:53 AM

    • buaziz1
    • Not Ranked
    • Joined on 12-10-2008, 10:45 AM
    • Posts 1

    Append Querystring across all website pages

    hello i need to add a querystring "lang" only when it appears in the url

     From :  http://www.domain.com/de/Page

     To : http://www.domain.com/en/Page?lang=de

     the problem is that i need to continue parsing the rest of the rules below this rule

     

    so after this transformation i need to parse

     From :  http://www.domain.com/de/Page?lang=de

     To : http://www.domain.com/finalPage.aspx?lang=de

     

    so basically i need to add the "lang" querystring to all urls then continue parsing the rest of the rules.

     i also expect that the "lang" value is not always there - so i default to "lang=en"

     

    thanks.

     

     

  • 12-10-2008, 2:35 PM In reply to

    • ruslany
    • Top 25 Contributor
    • Joined on 07-01-2007, 7:38 PM
    • Redmond, WA
    • Posts 664

    Re: Append Querystring across all website pages

    Why is that a problem? If you place two rules one after each other then the will be executed in a sequence and the output of the first rule will be given as an input to the following rule.

    http://ruslany.net
Page 1 of 1 (2 items)
Microsoft Communities