在:system\core\uri.php有个默认控制器,修改这个参数
var $default_vars = array(
‘app_dir’ => ‘home’, //应用名
‘controller’ => ‘main’, //文件名
‘action’ => ‘index’//执行的程序
);