dave-australianinfront.com
-
5/18/2010 7:37:25 AM
URL Rewriting with Custom Tables
Hi,
I'm currently building my first site with Kentico. I want to know if it's possible to use URL rewriting to pull out individual records from a custom table. For example, I have a news table with the following structure
ID Name Date Abstract Copy etc
I would like to create a URL that maps to that record e.g. /news/{year}/{month}/{title} which becomes /news/2010/05/this-is-the-news-item-title.aspx
which would then map to, for example /CMSTemplates/MySite/News.aspx?recordID=XXXX
Is this possible?
|