I have a shared hosting plan with Windows Server 2008 and IIS7.5, and there is Microsoft rewriting module installed and enabled.
<rewrite>
<rules>
<rule name="myRule" patternSyntax="Wildcard">
<!--Rewriting code-->
</rule>
</rules>
</rewrite>
So, how to redirect mydomain.example/everywhere-in-site/my-page.html
to www.mydomain.example/everywhere-in-site/my-page.html
with Microsoft rewriting module?
And what if I want to redirect www.mydomain.example/everywhere-in-site/my-page.html
to mydomain.example/everywhere-in-site/my-page.html
?