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.
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:
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?
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
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
is working on a reply...