I am trying via the UrlRewriting.config to create a rule that can do the following:
When someone opens "www.myurl.com/somewords" they should see this URL "www.myurl.com/mypage.aspx?id=1234" where I handle "somewords" by my costum logic.
But only if the URL is "www.myurl.com/somewords" not if i enter "www.myurl.com/someotherword.aspx should this rewrite happen.
All the examples i find are the other way around. Anyone know a nice place to find these regular expressions or have done something simular?
URL rewrite challenge
Comment author was deleted
we do something like this:
but it assumes users are visiting: mydomain/pretrolstation/feed/ when on the backend they are really visiting:
/regions/americas/more/company/news-rss.aspx?lang=en&nodeID=9243
is working on a reply...