CI 3.0.6
in config/route.php
$route['(:any)'] = "site/$1";
in application/site/Someclass.php
and declared index(), somefunction()
when I loading host/someclass it's load index function ok. but host/someclass/somefunction not works. it's shows 404.
is there any error or something? or ?