I am using CodeIgniter for two applications (a public and an admin app). The important elements of the document structure are:
/admin /admin/.htaccess /admin
we have to give the controller name in lower cases in server side
$this->class = strtolower(__CLASS__);