Class RedirectTrackingComposer
Implements an Application Event Handler for managing redirect URLs tracking.
Namespace: Umbraco.Web.Routing
Assembly: Umbraco.Web.dll
Syntax
public class RedirectTrackingComposer : ComponentComposer<RedirectTrackingComponent>, ICoreComposer, IComposer, IDiscoverable
Remarks
when content is renamed or moved, we want to create a permanent 301 redirect from it's old URL
not managing domains because we don't know how to do it - changing domains => must create a higher level strategy using rewriting rules probably
recycle bin = moving to and from does nothing: to = the node is gone, where would we redirect? from = same