How to Redirect Old Domain URL to New Domain in IIS
https://edi.wang/post/2015/10/9/how-to-redirect-old-domain-url-to-new-domain-in-iis
Apr 22, 2015 · Redirect will result in an HTTP 301, which will notify the search engine about the domain change, while Rewrite will just keep the HTTP status code, for example, you have a "/a/b/c.html" and rewrite into "/d.html", then Rewrite will just make it looks like you are accessing /d.html, and its content is output using c.html.
DA: 50 PA: 39 MOZ Rank: 87