Ramesh S

Ramesh S

  • 1.3k
  • 319
  • 7.3k

I 'm trying to redirect

May 20 2016 3:13 AM
 
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. 

Answers (1)