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 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>
?