//$route['aaa-(:any)'] = "aaa/$1"; //$route['aaa-'] = "aaa"; class aaa extends CI_Controller { function _remap($method) { echo $method; } }