Craig100
06/25/2024, 9:50 AMskttl
06/25/2024, 1:54 PMxml
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Rewrite builders and location" stopProcessing="true">
<match url="^mypage/([^/]+)/([^/]+)$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/mypage/?cat={R:1}&loc={R:2}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Craig100
06/25/2024, 6:59 PMCraig100
06/25/2024, 8:38 PMA hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by