I 'm trying to redirect www.example.com/locations urls to www.example.com/locations/page
<rule name="locations to short-term-rentals-nyc" enabled="true" stopProcessing="true">
<match url="locations" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Redirect" url="locations/page" appendQueryString="false" redirectType="Temporary" />
</rule>
Error Came like this
www.example.com redirected you too many times.