my_controller/index | my-controller/my-method -> my_controller/my_method */ $route['default_controller'] = "dashboard"; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; $route['station-diary/(:any)'] = 'stationdiary/index/$1'; $route['station-diary/(:any)/rss'] = 'stationdiary/rss/$1'; $route['station-diary/(:any)/search'] = 'stationdiary/search/$1'; $route['station-diary/(:any)/entry/(:num)'] = 'stationdiary/entry/$1/$2'; $route['station-diary/(:any)/entry/(:num)/react'] = 'stationdiary/react/$1/$2'; $route['station-diary/(:any)/(:num)'] = 'stationdiary/index/$1/$2'; /* End of file routes.php */ /* Location: ./application/config/routes.php */