Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > url routing View modes: 
User avatar
Member
Member
tjadoon-gmail - 11/18/2010 7:20:54 PM
   
url routing
Hi,

Currently my page is set up to receive a query string parameter as www.domain.com/maindocument/page.aspx?id=3

I need help with url rerouting so that i can call the page as www.domain.com/id/title.

This section is setup as document type and the title is an attribute. The title may have spaces in it also.

Thanks

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 11/19/2010 3:09:47 AM
   
RE:url routing
Hi,

you can use wildcard to achieve your goal.

Using wildcard will be URL:
<domain>/Members/David.aspx
translated to:
<domain>/Members/Profile.aspx?username=David

Best regards,
Ivana Tomanickova

User avatar
Member
Member
tjadoon-gmail - 11/19/2010 9:06:05 AM
   
RE:url routing
Thanks, i'll look into it and will post if i get into any problems.