Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi experts,
I am using Umrbaco 6 / MVC / Razor and my customer asked me to add an unusual feature to his application.
Our content tree is like below:
- Home--Cat1--Cat2--Cat3--Cat4--Products---Product1---Product2---Product3---Product4
He wants me to somehow allow each product to have multiple (potentially more than 3) URLs. For instance product2 needs to have following urls:
/cat1/product2.aspx/cat3/product2.aspx/cat2/product2.aspx/cat4/product2.aspx/products/product2.aspx
So having more than 2 URLs is making it impossible to use UmbracoAliasUrl.
Also this should be done automatically (after publishing each product node the alternative URLs should be saved for each product)
I am not so much worry about SEO stuff so please ignore this bit in your answers.
Any helps would be appreciated.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Multiple Urls for one Node
Hi experts,
I am using Umrbaco 6 / MVC / Razor and my customer asked me to add an unusual feature to his application.
Our content tree is like below:
- Home
--Cat1
--Cat2
--Cat3
--Cat4
--Products
---Product1
---Product2
---Product3
---Product4
He wants me to somehow allow each product to have multiple (potentially more than 3) URLs. For instance product2 needs to have following urls:
/cat1/product2.aspx
/cat3/product2.aspx
/cat2/product2.aspx
/cat4/product2.aspx
/products/product2.aspx
So having more than 2 URLs is making it impossible to use UmbracoAliasUrl.
Also this should be done automatically (after publishing each product node the alternative URLs should be saved for each product)
I am not so much worry about SEO stuff so please ignore this bit in your answers.
Any helps would be appreciated.
is working on a reply...