'blog/blog/index' * * To route a special 404 page, set '404_route' to the "module/controller/method" you wish to use * * @package miniMVC * @subpackage App */ // -------------------------------------------------------------------------- return array( // Default Paths 'default_controller' => 'welcome', 'default_module' => 'welcome', '404_route' => '', ); // End of routes.php