Matrix Version:v5.3.4
We have a case where we archived an asset because that asset and all the children have been migrated to an external site (outside Matrix) and we would like to set up redirection from that asset to the new URL.
For example: https://example.com/awesomepage (for discussion sake, let’s say the asset ID is #4567) has been redeveloped and now lives in awesome.anotherexample.com which is outside Matrix.
What we have done is:
- archive #4567
- rename the web path to something else
- add to remap manager a redirection from https://example.com/awesomepage to awesome.anotherexample.com
And that works! Except for all hyperlinks that use ./?a=4567
which will end up 404 because #4567 has been archived.
Is it possible to make an archived asset redirect somewhere, hence retaining the web path?
Thanks.