return array(
'_root_' => 'uvod', // The default route
'_404_' => 'kancelarske/404', // The main 404 route
'(:segment)/(:num)' => "obchod/kategoria/$1/$2",
};
domain.tld/blabla (404 recursion error as in Scrap)return array(
'_root_' => 'uvod', // The default route
'_404_' => 'kancelarske/404', // The main 404 route
};
domain.tld/blabla (404 work ok)
but i need working:It looks like you're new here. If you want to get involved, click one of these buttons!