IIS Redirect www to non-www and http to https: is it possible to do it with only one Redirect? – SEO
I need to avoid the double redirect I have after I created two IIS URL Rewrite rules to do: 1) Redirect www to non-www. 2) Redirect HTTP to HTTPS. This is my code: <rule name="Redirect to https" stopProcessing="true"> <match url="(.*)"…