Kód:
$route['category/(:any)/(:num)'] = "site/index/$2"; //not working
$route['category/(:any)'] = "site/index"; //not working
// $route['category/(:any)'] = "site/view"; funguje ale nechcem funckiu view ale index..
$route['category/(:any)/(:any)'] = "site/view/$2"; // working
$route['Search'] = "site/search"; // working
Zdravim po zavolani /category/home chcem zavolat funnkciu index metody site ale nefunguje to.. Stranka po nacitani indexu funguje. Nejake navrhy / napady ? dik