estockwell-alpert
estockwell-alpert
I have this same issue
Is there a release with the Sitecore 9 changes?
thank you!
I have this same issue, looking for a solution. Is there a way to prevent the Redirect Module from genrating a redirect when the item has moved but the path...
I have a fix for this issue. Add this line on line 27 of AutoCreateRedirectOnMove.cs, in the OnItemMoved method: if (oldParentID == item.ParentID) return; This should prevent it from creating...