I am slightly new to FW1, not to MVC.
I have been using Coldbox, but where I work a developer implemented something using FW1. I am loving how simple everything is and it does a lot of really great things for such a thin framework.
I notice that there are SES safe URL's based on handlers like ?action=main.index becomes /main/index, but I was wondering if there was any way to do custom routes like....
/blog/read would actually fire /main/read or ?action=main.read.
Thanks!