Yes that is a case for urlrewrite rather than urltemplate config:
http://www.tuckey.org/urlrewrite/manual/3.0/guide.html
I think your example would be this:
Thanks,Code:<rule> <from>/blogs/(.*)</from> <to>/blogs?year=$1</to> </rule> <rule> <from>/blogs/author/(.*)</from> <to>/blogs?author=$1</to> </rule>
Kev


Reply With Quote