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
Hi
I am runnning umbraco 4.9.1 on .NET 4.0.
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?
Best
Brian
is working on a reply...