Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Custom Redirect Handler View modes: 
User avatar
Member
Member
egarrison-wte - 1/19/2012 7:50:40 PM
   
Custom Redirect Handler
I am looking for a suggestion on how to do some custom URL redirection. I need to take URL www.site.com/1029 or www.site.com/jsmith and redirect them to the John Smith Profile page. New ID's / Members will be added via the system. The site is constructed using much of the community site starter.

There is currently 700 of these members and news ones are signing up all the time. This is why it isn't reasonable to add them to the web.config as a redirect.





User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 1/23/2012 2:29:52 AM
   
RE:Custom Redirect Handler
Hi,

on a default Community site is this achieved using wildcards.

There is common document Members/Profile with a document URL Path /Members/{UserName}. To display David's profile you can use URL /Members/David.aspx.

This seems to be similar to your requirement. Or is there some reason why you cannot use this approach?

Best regards,
Ivana Tomanickova