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, the site I'm setting up has 2 domains: www.example.com and example.com.
www.example.com
example.com
To retain the canonical Url I'd like to have all requests to www.example.com to be 301 redirected to example.com.
Normally I'd just write a IIS rewrite URL rule, but with umbraco I've seen there is already a rewrite module inside, called UrlRewriting.Net.
Also, since 7.5 there is already a 301 redirect solution that checks for moves and creates rules automatically.
So, I've 2 questions:
Thx
Simone
The answer is simple:
Also, look at the documentation for url tracking
Kind regards
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Performing 301 redirects
Hi, the site I'm setting up has 2 domains:
www.example.com
andexample.com
.To retain the canonical Url I'd like to have all requests to
www.example.com
to be 301 redirected toexample.com
.Normally I'd just write a IIS rewrite URL rule, but with umbraco I've seen there is already a rewrite module inside, called UrlRewriting.Net.
Also, since 7.5 there is already a 301 redirect solution that checks for moves and creates rules automatically.
So, I've 2 questions:
Thx
Simone
The answer is simple:
Also, look at the documentation for url tracking
Kind regards
is working on a reply...