How to Fix: Canonical Urls with IIS 7’s Url Rewrite feature for https
The Problem: You want to make your website all SEO friendly by creating a single, canonical url. For example, if someone types in http://www.stronico.com, you want them to be redirected to http://stronico.com (Google likes it this way). You do some research and discover that all of the default code and documentation for handling canonical Urls in IIS 7 uses web.config files and the URL Rewrite application program. All is well and good so far, but what if you use SSL? The stock code will always redirect you to http://stronico.com/Signup/ even if the original url was https://stronico.com/Signup/ (note the https). Read more on How to Fix: Canonical Urls with IIS 7’s Url Rewrite feature for https…
Popularity: 4% [?]