Hi all,
I've also wanted to fix this issue and have done so by implementing the code below. The problem I have now is that the dynamic navigation controls still link to the ~/home URL which I've solved by added a 301 from ~/home to the root domain, but now I can't edit the page in the backend.
Is there a way to explicityly redirect when the url is ~/home, but NOT when the url is ~/home?cms
The code I'm using to redirect is currently this:
I've tried adding patternSyntax="ExactMatch" to the <rule> but that doesn't help.
Any ideas?
Thanks,