Hi guys,
I have a few scenarios where I need to create 301 redirects.
The first one is a scenario where the product detail was moved to a different page than the product list page. For example, the old URL for the detail page was http://somedomain/products/some-product and the new one is http://somedomain/products/details/some-product
In this situation, I need to redirect the old links to the new links. On the ProductCatalog module on Product page, I have set to return 404 for ProductDetail ( ) page hoping that this will send the link to the 404 handler and trigger the redirect from Direct paths. It does not seem to happen this way. I have unique domain names for each layer and the checkbox "this domain can only reach this website" is set to true.
The second situation is for products that don't exist anymore or had their link changed. Is somewhat similar to the situation above, except that I have not set the " " to TRUE.
I cannot make any of the situations above work.
Can somebody tell me what I am doing wrong?
Tank you,
Adrian