Chancer
01/16/2024, 12:11 PM<rule name="Non WWW to WWW" stopProcessing="true">
<match url="(.*)" ignoreCase="true" />
<conditions>
<add input="{HTTP_HOST}" pattern="^example\.com" />
</conditions>
<action type="Redirect" url="https://www.example.com/{R:1}" redirectType="Permanent" />
</rule>
But it just doesnt do jack.
Equally - What used to be the original Umbraco Uno manual redirect system just seems to not work anymore, and the custom 404 craps out.
Posted this a while ago, because it was just the 404 that was the problem. Now these additional issues have cropped up 😅