Www na bez www a HTTPS
Z ASPone Help Wiki
Přesměrování domény z www na doménu bez www a HTTPS
V pravidlu je potřeba upravit "vasedomena.cz" na název Vaší domény.
<system.webServer> <rewrite> <rules> <rule name="nonWWW and HTTPS" enabled="true" stopProcessing="true"> <match url="(.*)" /> <conditions logicalGrouping="MatchAny"> <add input="{HTTP_HOST}" pattern="^(www\.)(.*)$" /> <add input="{HTTPS}" pattern="off" /> </conditions> <action type="Redirect" url="https://vasedomena.cz/{R:1}" appendQueryString="true" redirectType="Permanent" /> </rule> </rules> </rewrite> </system.webServer>