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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...