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 140 posts 342 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.

Please Sign in or register to post replies

Write your reply to:

Draft