Copied to clipboard

Flag this post as spam?

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


  • Hetal 2 posts 42 karma points
    Sep 18, 2013 @ 21:55
    Hetal
    0

    How to make virtual URL

    Hello,

    I am working on a project where i have to create paths (url) without creating actual Node.

    It is obvious if we have node that Umbraco generate appropriate url depend upon node name 

    eg. (
    Structure  URL

        Home www.example.com
            Designers www.example.com/designers/
          Paul John  www.example.com/designers/paul-john/
                  Sam Berry www.example.com/designers/sam-berry/

     

    But i have categories and products inside designer, which is dynamically from other database than umbraco. Normal tables.

    I want category name in URL but dont' want to create nodes to achive that. 

    Please advice me how to achive following urls.

    Home www.example.com
    Designers www.example.com/designers/
    Paul John www.example.com/designers/paul-john/
    Table Lamp www.example.com/designers/paul-john/table-lamp/
    Floor Lamp www.example.com/designers/paul-john/floor-lamp
    Sam Berry www.example.com/designers/sam-berry/
    Table Lamp www.example.com/designers/sam-berry/table-lamp
    etc....
    etc.

     

    Thanks,

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies