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
Trying to use the urlrewriting.config file to create a bunch of redirects to an external url. The problem is that I can't get it to work. I copied from 4.7.2 an external redirect that I thought should work, but doesn't seem to work in my v6.
I'm using the following xml:
<add name="apply" virtualUrl="^~/apply2/apply2(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="http://www.urlhere.com" ignoreCase="true" redirect="Domain" redirectMode="Permanent" />
Right now, this is just giving me a page not found. If I change it to an internal url, it works....so I know the virtualUrl is working properly.
<add name="apply" virtualUrl="^~/apply2/apply2(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/" ignoreCase="true" redirect="Application" redirectMode="Permanent" />
So I can do an external redirect? Or will I need to create a template that handles the external redirect for me?
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
UrlRewrite in v6.0.2
Trying to use the urlrewriting.config file to create a bunch of redirects to an external url. The problem is that I can't get it to work. I copied from 4.7.2 an external redirect that I thought should work, but doesn't seem to work in my v6.
I'm using the following xml:
Right now, this is just giving me a page not found. If I change it to an internal url, it works....so I know the virtualUrl is working properly.
So I can do an external redirect? Or will I need to create a template that handles the external redirect for me?
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.