<system.webServer> <rewrite> <rules> <clear /> <rule name="nonWWW Rewrite" enabled="true"> <match url="(.*)" /> <conditions> <add input="{HTTP_HOST}" pattern="^www\.([^\.]+\.[^\.]+)$" /> <!-- option more specific rule <add input="{HTTP_HOST}" pattern="^www\.(yourdomain\.com)$" /> --> </conditions> <action type="Redirect" url="http://{C:1}/{R:0}" appendQueryString="true" redirectType="Permanent" /> </rule> </rules> </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.