After sorting the Content nodes on our site, ("Home" content node used to be on top), the Home URL becomes "/home" and the "404 Page" node URL becomes "/".
After moving the Home node back to the top position, it regains its "/" URL, and 404's url becomes "/404_page" as it should.
That does sound like a weird issue - Since the question is placed in a category for a bug report, for a very old Umbraco package I'm wondering what version you're actually using and seeing this issue on?
I believe this is the way umbraco works, whichever node is first in your root tree will get the url "/" any subsequent nodes in the root will be "/nodename", so if you change the first node by re-ordering, the new first item will be "/"
Page URLs change upon sorting nodes
After sorting the Content nodes on our site, ("Home" content node used to be on top), the Home URL becomes "/home" and the "404 Page" node URL becomes "/".
After moving the Home node back to the top position, it regains its "/" URL, and 404's url becomes "/404_page" as it should.
Hi Aaron
That does sound like a weird issue - Since the question is placed in a category for a bug report, for a very old Umbraco package I'm wondering what version you're actually using and seeing this issue on?
Looking forward to hearing from you.
/Jan
I believe this is the way umbraco works, whichever node is first in your root tree will get the url "/" any subsequent nodes in the root will be "/nodename", so if you change the first node by re-ordering, the new first item will be "/"
is working on a reply...