I've migrated an old v7 project to v10.
I have a tree structure that looks like this:
Root
Home
Media
Press
Gallery
Root has no domain set against it (Culture and Hostnames) but Home has the domain root set, so
https://www.dummyumbracoapp.com goes straight to Home -- this works and how its setup on the old v7 site.
After adding the domain to the Home node, it breaks Media.
https://www.dummyumbracoapp.com/home/media/press was fine
https://www.dummyumbracoapp.com/media/press now breaks
I am guessing it's now resolving to the media folder which is setup as a virtual directory. Annoyingly, I cannot change the name of the Media node.
I can't see anything in the old code base or back office that would handle this. The IIS setup is the same (using a virtual directory).
What else could it be?
Thanks. 🙂