Hi there,
What's the recommended way to redirect to a new product that has replaced an existing product? I have a shop with a few products that are obsolete. Deactivating them returns a 404 which is good. But I would prefer to redirect the user to a replacement product instead. So what I do I need to do to redirect from, say
/Products/GroupName/Product-1
to something like:
/Products/GroupName/Product-2
when Product 1 has been deactivated?
I tried using the Direct Paths module but it doesn't seem to trigger for the source URL. I know I can use URL Rewrite in IIS but would prefer something manageable in DW so content managers can do it.
Thanks,
Imar