I have default routing rule set:
Router::connect('/', array('controller' => 'photos', 'action' => 'index'));
when i go to
http://url.com/photos/index/page:1/limit:10/direction:desc/
everything works fine but it breaks when i go to
http://url.com/page:1/limit:10/direction:desc/