Lack of interest Nested pages = Nested URLS?

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Nick

Well-known member
For some reason, I assumed that if I had a sub-page within a page, the sub-page's URL would be nested within the parent page's URL. Apparently, such is not the case.


For example:

Structure
  • Articles (parent)
    • Article #1 (child)
    • Article #2 (child)
URLs should be:
  • mysite.com/pages/articles (parent)
    • mysite.com/pages/articles/article1 (child)
    • mysite.com/pages/articles/article2 (child)
... but instead, they are simply mysite.com/pages/article1

I'm not sure if there's a reason they are set up like this or if there's a reason they shouldn't be able to be nested, but it would be nice if we could at least have an option to achieve this setup.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
MVC reroute pages not based on nesting. totally independent.

you can have blah/anything routed to /somethingelse
 
Top Bottom