Help with URL Rewrite in Sitefinity 3.7
Hi,
We recently migrated a Sitefinity 3.7 website from legacy web server to a new web server. In the new website i see that some of the old redirects that used to work are not working. I am totally new to Sitefinity so I am not sure how to piece them together. In the old website if the URL was www.site.com/PRODUCTS/somename/something.aspx it redirects to www.site.com/newpage.aspx. But now sure how this is setup. I see that the Web.Config has an entry for PRODUCTS like this
<section name="products" type="Products.Configuration.SectionHandler, Products" requirePermission="false"/> under <sectionGroup name="telerik">.
If i remove this line the redirect rules doesnt work. So how do i proceed and find out where this rule is setup. Appreciate any help.