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
Hey,
I've added the following to the UrlRewriting.config in a 4.7.0 install, but it's being ignored. Has anyone managed to get a domain redirect working?
<add name="SEOfix" virtualUrl="^http\://www.domain.co.uk/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="http://www.domain.com/$1" redirect="Domain" redirectMode="Permanent" ignoreCase="true" />
Greg.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Domain rewriting rule not working
Hey,
I've added the following to the UrlRewriting.config in a 4.7.0 install, but it's being ignored. Has anyone managed to get a domain redirect working?
<add name="SEOfix"
virtualUrl="^http\://www.domain.co.uk/(.*)"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="http://www.domain.com/$1"
redirect="Domain"
redirectMode="Permanent"
ignoreCase="true" />
Greg.
is working on a reply...