[eluser]Cong Do[/eluser]
default_controller can't be in directory
by replacing the following code in router.php in 1.61
//$this->set_class($this->default_controller);
//$this->set_method('index');
//$this->_set_request(array($this->default_controller, 'index'));
to this

$this->_set_request(explode('/',$this->default_controller));
It just work