We have a website where by we need to redirect all the child urls of a site, but not the top level, i.e.
www.domain.com/products/some-product-page redirects to www.domain.com/some-product-page
the latter url being a simple address.
However, we have a page that exists on www.domain.com/products, and this page is being redirected to the site homepage. So trying to do this, with a simple redirect rule in web.config, is proving to be a bit of trouble.
The other idea I'm toying with, is having Episerver itself handle these redirects. But I'm not sure how.
And yes, the simple addresses have canonical links set up but the customer is adamant about having these duplicate urls removed.
We have a website where by we need to redirect all the child urls of a site, but not the top level, i.e.
www.domain.com/products/some-product-page redirects to www.domain.com/some-product-page
the latter url being a simple address.
However, we have a page that exists on www.domain.com/products, and this page is being redirected to the site homepage. So trying to do this, with a simple redirect rule in web.config, is proving to be a bit of trouble.
The other idea I'm toying with, is having Episerver itself handle these redirects. But I'm not sure how.
And yes, the simple addresses have canonical links set up but the customer is adamant about having these duplicate urls removed.