Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sangeeta 20 posts 80 karma points
    Mar 14, 2013 @ 16:25
    Sangeeta
    0

    Creating Folder structure in Content section in umbraco 4.11

    Hi,

    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

    Content -> Out top Products->Our top product1, Our top product2

    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:

    http://localhost:1111/Pharmacy/Products1

    but i dont know how to do that?

    Any suggestions?

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Mar 14, 2013 @ 16:45
    Tom Fulton
    0

    Hi,

    If I understand correctly, your structure is now like:  /pharmacy/our-products/product1 and you want it to be /pharmacy/product1 ?  In that case I'm not sure there's a (simple) way to achieve that, other than moving the products to be directly under the pharmacy node.  Otherwise you could try some URLRewriting but that can get tricky as all the links will still point to the URL umbraco generates.

    -Tom

  • Dan White 206 posts 510 karma points c-trib
    Mar 14, 2013 @ 16:50
    Dan White
    0

    Sounds like you need a Home node for your site. Generally, it's not a ideal to store all your pages directly under the Content node. So your tree should look like this:

    Content
     - Home
      -- Pharmacy
       --- Our Products
        ---- Product 1
        ---- Product 1
       --- Our Top Products
        ---- Product 1
        ---- Product 1 

     

    Another way might be to fiddle with the Hostnames, but I'd suggest the above.

    Hope this answers the question.

    - Dan 

Please Sign in or register to post replies

Write your reply to:

Draft