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
Hi,
I have 2 problems, in the UrlRedirect.config
It works fine for the normal redirect but i don't find a solution for some other urls.
<add name="20" virtualUrl="~/inside.aspx?sec=integrationdashboard" destinationUrl="~/en/solutions/monitor.aspx" redirect="Application" redirectMode="Permanent" ignoreCase="true" />
This does do anything.
When i use this:
<add name="20" virtualUrl="~/inside.aspx\?sec=integrationdashboard" destinationUrl="~/en/solutions/monitor.aspx" redirect="Application" redirectMode="Permanent" ignoreCase="true" />
I get to many urls redirect error.
The second problem is when there is %20 in the url to redirect it don't do anything.
Thanks for the help.
Tom
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
Url Redirect problem
Hi,
I have 2 problems, in the UrlRedirect.config
It works fine for the normal redirect but i don't find a solution for some other urls.
<add name="20" virtualUrl="~/inside.aspx?sec=integrationdashboard" destinationUrl="~/en/solutions/monitor.aspx" redirect="Application" redirectMode="Permanent" ignoreCase="true" />
This does do anything.
When i use this:
<add name="20" virtualUrl="~/inside.aspx\?sec=integrationdashboard" destinationUrl="~/en/solutions/monitor.aspx" redirect="Application" redirectMode="Permanent" ignoreCase="true" />
I get to many urls redirect error.
The second problem is when there is %20 in the url to redirect it don't do anything.
Thanks for the help.
Tom
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.