Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have added some redirection to my new website:
<add name="festival" redirect="Application" redirectMode="Permanent" ignoreCase="true" virtualUrl="^~/festival/(.*)" destinationUrl="~/festivals/$1" rewriteUrlParameter="IncludeQueryStringForRewrite" /> <add name="festivalOther" redirect="Application" redirectMode="Permanent" ignoreCase="true" virtualUrl="^~/festival/(.*)" destinationUrl="~/festivals" rewriteUrlParameter="IncludeQueryStringForRewrite" />
The first one is working, the second one - is not.
Basically what I need is to redirect all links which match the first expression but if the destination url doesn't exist after first match I want to redirect using the second rule.
Is it achievable? It httpd.ini it would work
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
umbraco urlrewriting final redirect
I have added some redirection to my new website:
The first one is working, the second one - is not.
Basically what I need is to redirect all links which match the first expression but if the destination url doesn't exist after first match I want to redirect using the second rule.
Is it achievable? It httpd.ini it would work
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.