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
Homewww.example.com Designerswww.example.com/designers/ Paul John www.example.com/designers/paul-john/ Sam Berrywww.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.
Homewww.example.com Designerswww.example.com/designers/ Paul Johnwww.example.com/designers/paul-john/ Table Lampwww.example.com/designers/paul-john/table-lamp/ Floor Lampwww.example.com/designers/paul-john/floor-lamp Sam Berrywww.example.com/designers/sam-berry/ Table Lampwww.example.com/designers/sam-berry/table-lamp etc.... etc.
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,
is working on a reply...