Copied to clipboard

Flag this post as spam?

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


  • Asif Malik 203 posts 339 karma points
    Sep 07, 2010 @ 14:21
    Asif Malik
    0

    url redirection

    Hi i am running an installation of umbraco whcih has 2 website. However the website is available in 2 languages.

    http://www.xyz.com
    http://jp.xyz.com

    The site is working fine and so is all the internal language switching. I have been asked to make http://www.xyz.com/jp to go to http://jp.xyz.com. I have tried using the url rewrite below but no luck ... any advise is greatly appreciated.

    <add name="jprewrite"
                        virtualUrl="^/jp"
                        rewriteUrlParameter="ExcludeFromClientQueryString"
                        redirect="Domain"
                        redirectMode="Permanent"
                        destinationUrl="http://jp.xyz.com"
                        ignoreCase="true" />

  • 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