Hi,
there is demand to have a safe way of changing a name of article page (and article page only) so that newly generated URL still could be resolved with the old URL that might have been sent in a mailing list.
I thought of including a content reference in a part of url so that custom URL resolver could pick that up and do a 301 to a newly named page, but so far I didn't get far.
There was a blog that used custom override of url rewriter implementation but that approach is now deprecated and Episerver encourages use of routes.
Approach with custom routing and placing {id} in any part of the standard Episerver {language}/{node}/{partial}/{action} gets me to 404 in any case.
Has anyone here done something similiar and if so what approach did you take?