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, so i have like three domains for the solutions :
site.com,site.dk,site.eu
I want all of them to redirect to site.com via web.config ir urlRewriting.config or .net at all.
Have added all these hostnames to the umbraco backend pages.
tried many things , but the most common that should work and does not is this one :
redirectMode="Permanent" redirect="Domain" ignoreCase="true" rewriteUrlParameter="IncludeQueryStringForRewrite" virtualUrl="http://www.site.eu/(.*)" destinationUrl="http://site.com/$1" />
Tried all the ways, with http, without with www, without, by removing hostnames from backend, but doing rewrite in web.config .. nothig helped...
Any ideas or help ? :)
Thanks
Can you change rewriteUrlParameter to : ExcludeFromClientQueryString ?
That seems to work for me ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Domain redirects in Umbraco
Hi, so i have like three domains for the solutions :
site.com,site.dk,site.eu
I want all of them to redirect to site.com via web.config ir urlRewriting.config or .net at all.
Have added all these hostnames to the umbraco backend pages.
tried many things , but the most common that should work and does not is this one :
Tried all the ways, with http, without with www, without, by removing hostnames from backend, but doing rewrite in web.config .. nothig helped...
Any ideas or help ? :)
Thanks
Can you change rewriteUrlParameter to : ExcludeFromClientQueryString ?
That seems to work for me ?
is working on a reply...