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
Hi i am running an installation of umbraco whcih has 2 website. However the website is available in 2 languages.
http://www.xyz.comhttp://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" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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" />
is working on a reply...