I want to rewirte my querystring for selected language.
I have this URL: http://www.example.com/?lang=en, and want it to be http://www.example.com/en
It should rewrite on all pages. So http://www.example.com/contact.aspx?lang=en would be http://www.example.com/en/contact.aspx
Is there a general rewrite rule for this?
This one works.