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 there
How do i make a urlRewrite from domain.xx to www.domain.xx?
Ive got 13 domains to redirect, so i would like to make the domain name variable.
<add name="urlRedirectTowww" virtualUrl="http://something.dk/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl=http://www.somthing.dk/$2 redirect="Domain" redirectMode="Permanent" ignoreCase="true" />
Have you looked at http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/17657-301-Redirect-domaindk-to-wwwdomaindk ?
You should also be able to do something similar using the IIS URL Rewrite module on IIS 7 and above.
is working on a reply...
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.
Continue discussion
url Rewrite domain.xx to www.domain.xx
Hi there
How do i make a urlRewrite from domain.xx to www.domain.xx?
Ive got 13 domains to redirect, so i would like to make the domain name variable.
<add name="urlRedirectTowww"
virtualUrl="http://something.dk/(.*)"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl=http://www.somthing.dk/$2
redirect="Domain"
redirectMode="Permanent"
ignoreCase="true" />
Have you looked at http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/17657-301-Redirect-domaindk-to-wwwdomaindk ?
You should also be able to do something similar using the IIS URL Rewrite module on IIS 7 and above.
is working on a reply...
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.