setBasePath(''); // Rules Set Here // $router->map('GET|POST', '/orgs/[*:orgid]', array('c' => 'orgs', 'a' => 'index')); PluginManager::boot($router); return $router->match(); } }