Hi, I get a Config.ini with a router:
routes.tag.route = "tag/:word/:page" routes.tag.defaults.module = default routes.tag.defaults.controller = index routes.tag.defaults.action = tag And it is working like that: http://localhost/app/tag/word/123 But I would like to have this working too: http://localhost/app/tag/word But it is not working, how to make it work? Regards, José
