简体   繁体   English

在umbraco 4.11的“内容”部分中创建文件夹结构

[英]Creating Folder structure in Content section in umbraco 4.11

I dont know where is the right place to write this question but asking here.. 我不知道在哪里写这个问题,但是在这里问..

Currently im having my Content section as below: 目前,我的内容部分如下:

Content->index 内容->索引

Content->Our Products -> Our product1, Our Product 2 内容->我们的产品->我们的产品1,我们的产品2

Content -> Out top Products->Our top product1, Our top product2 内容->顶级产品->我们的顶级产品1,我们的顶级产品2

so all starts from Content root 所以一切都从内容根开始

i want this to be changed to following structure: 我希望将其更改为以下结构:

Content->Pharmacy->Our Products...... 目录->药房->我们的产品……

Content->Pharmacy-> Our Top PRodoucts 内容->药房->我们的顶级产品

i want all URL having structure as below: 我希望所有URL的结构如下:

http://domain.com/Pharmacy/Products1 http://domain.com/Pharmacy/Products1

but i dont know how to do that? 但是我不知道该怎么做?

Any suggestions? 有什么建议么?

In order to achieve the url structure that you want, your node structure will need to be like this: 为了获得所需的url结构,您的节点结构将需要像这样:

  • Content 内容
    • Home
      • Pharmacy 药店
        • Our Products 我们的产品
          • Our Product 1 我们的产品1
          • Our Product 2 我们的产品2
        • Our Top Products 我们的顶级产品
          • Our Top Product 1 我们的顶级产品1
          • Our Top Product 2 我们的顶级产品2

Everything should live under Home, which is considered the root of the site. 一切都应该放在Home(该网站的根目录)下。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM