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