You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the problem is that at least currently, the redirects have no "memory" of whether they were automatically created or not, and what entry they are associated with or not.
For this to be feasible, it'd need to record information that a redirect was automatically created by Retour, and it'd need to know what element it is associated with.
Okay, sorry about the confusing title, but here are some "repro steps" to explain what I mean:
entry-1
tocool-entry-1
cool-entry-1
toawesome-entry-1
/entry-1
=>/cool-entry-1
/cool-entry-1
=>/awesome-entry-1
It would be great if Retour was smarter about it, and also changed the existing redirect, so we'd have:
/entry-1
=>/awesome-entry-1
/cool-entry-1
=>/awesome-entry-1
...and there would only be one redirection when going to
/entry-1
. Does that make sense?Thanks a lot for the great plugin <3
The text was updated successfully, but these errors were encountered: