Copied to clipboard

Flag this post as spam?

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


  • Amir 75 posts 224 karma points
    Nov 20, 2014 @ 18:47
    Amir
    0

    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.

     

Please Sign in or register to post replies

Write your reply to:

Draft