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 a URL www.firstdomain.com/realdeals?utm_source=Direct%2BMailing&utm_medium=letter&utm_campaign=Dec%2B2011%2BOne%2Bto%2BWon that I need to redirect to www.seconddomain.com/realdeals/ but I can not figure out how to do this with Umbraco.
Any help is appreciated.
Hi,
try to put this in the urlrewriting config file of your firstdomain umbraco installation:
<add name="KickBrowserTo" virtualUrl="^http://www.firstdomain.com/realdeals\?utm_source=Direct+Mailing&utm_medium=letter&utm_campaign=Dec+2011+One+to+Won" rewriteUrlParameter="IncludeQueryStringForRewrite" destinationUrl="http://www.seconddomain.com/realdeals/" redirect="Domain" redirectMode="Permanent" ignoreCase="true" />
Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do I rewrite a domain that does not include a page name?
I have a URL www.firstdomain.com/realdeals?utm_source=Direct%2BMailing&utm_medium=letter&utm_campaign=Dec%2B2011%2BOne%2Bto%2BWon that I need to redirect to www.seconddomain.com/realdeals/ but I can not figure out how to do this with Umbraco.
Any help is appreciated.
Hi,
try to put this in the urlrewriting config file of your firstdomain umbraco installation:
Thanks!
is working on a reply...