<system.webServer> <rewrite> <rules> <rule name="Canonical Host Name" stopProcessing="true"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll"> <add input="{HTTP_HOST}" pattern="^www\.example\.com$" negate="true" /> </conditions> <action type="Redirect" url="{MapSSL:{HTTPS}}www.example.com/{R:1}" redirectType="Permanent" /> </rule> </rules> <rewriteMaps> <rewriteMap name="MapSSL" defaultValue="OFF"> <add key="ON" value="https://" /> <add key="OFF" value="http://" /> </rewriteMap> </rewriteMaps> </rewrite> <system.webServer>
Trouble logging in? Simply enter your email address below and we will send you an email that will allow you to reset your login.
For faster and more reliable delivery, add no-reply@nextmill.net to your trusted senders list in your email software.