I’m using DjangoCMS 2.3 and build all the pages in a tree structure beginning from the Index page. Right now all urls looks like this /en/index/<page_url>. How can I make cms ommit the /index/ part and be just /en/<page_url>?
I’m using DjangoCMS 2.3 and build all the pages in a tree structure beginning
Share
You don’t have to put the other pages bellow the home page. So instead of:
you can do this:
The first page in the tree is implicitly declared as the home page and marked with an icon in the page tree: