We currently have two master pages, their urls being; domain.com/
and the other; domain.com/home-2/
If we give the /home-2/ master page a additional page, like say, articles/, when we have another articles/ page on our root homepage, both url's will look like this; domain.com/articles/
What we would like to see happen is it be a complete navigation path of URLs, like this;
domain.com/articles and domain.com/home-2/articles
Is this a achievable option, or are we doing something wrong so that this isn't happening in the first place?
Edit:
It seems umbracoHideTopLevelNodeFromPath would control such a thing, but that would also make the main home page master show up as domain.com/home, right? That's not quite what we're looking for, I'll try to look for a solution myself, but this is the best I've come up with so far...
Page navigation URL path
We currently have two master pages, their urls being; domain.com/ and the other; domain.com/home-2/
If we give the /home-2/ master page a additional page, like say, articles/, when we have another articles/ page on our root homepage, both url's will look like this; domain.com/articles/
What we would like to see happen is it be a complete navigation path of URLs, like this; domain.com/articles and domain.com/home-2/articles
Is this a achievable option, or are we doing something wrong so that this isn't happening in the first place?
Edit:
It seems umbracoHideTopLevelNodeFromPath would control such a thing, but that would also make the main home page master show up as domain.com/home, right? That's not quite what we're looking for, I'll try to look for a solution myself, but this is the best I've come up with so far...
is working on a reply...