ASPX templates
Version 5.x > ASPX templates > url rewrite question View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
adam-syndicut - 9/17/2010 6:09:47 AM
   
url rewrite question
Here is the scenario

we have 7 top level section

top1, top2, top3 etc

under top level sections can be either sub section or articles. e.g

top1
sub1
article1
sub2
article2

what i want to do is have an article appear if i want in more than one location only on the front end and not iin the cms. does that make sense?

so if top1 has article1 in the cms when i display all articles under that top level section on the frontend i would see articel1. i would also like to link article on in the cms to another top level section (say top2) and have that article appear when displaying all articles from top2.

how would i be able to fake the url and breadcrumb so the articel under top2 has different paths then the one under top1.

i hope this makes sense

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 9/29/2010 9:53:47 PM
   
RE:url rewrite question
Hi Adam,

You could use document linking for this purpose.

Please see http://devnet.kentico.com/docs/devguide/creating_a_linked_document.htm for more details.

Regards,
Zdenek.

User avatar
Certified Developer v7
Certified  Developer v7
adam-syndicut - 9/30/2010 11:29:31 AM
   
RE:url rewrite question
perfect thanks