Hello. How i can use additional part without :params? ex. /UK/Queen/Victoria this is bio for personal, and /UK/Queen/ this is list all queen without part information. I know with use deferent 2 route $router->add("/UK/Queen/{name:[a-z]+}", array('controller' => 'UK', 'action' => 'queen')); $router->add("/UK/Queen/", array('controller' => 'UK', 'action' => 'queen')); But have many page with problem and route so big...