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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...