Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Greg Fyans 124 posts 303 karma points
    May 20, 2013 @ 12:06
    Greg Fyans
    0

    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.

  • 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.

Please Sign in or register to post replies