Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DjangoCMS 2.3 并从索引页面开始以树结构构建所有页面。现在所有的网址都是这样/en/index/<page_url>的。我怎样才能让 cms 省略/index/部分而变得公正/en/<page_url>?
/en/index/<page_url>
/index/
/en/<page_url>
您不必将其他页面放在主页下方。所以而不是:
|-index (home page) |- page 1 |- page 1.1 |- page 2
你可以这样做:
|- index (home page) |- page 1 |- page 1.1 |- page 2
树中的第一页被隐式声明为主页,并在页面树中用图标标记: