That's telling me that it is still for some reason trying to find and load index.php
Looking at your MY_Controller you are missing this line at the top:
PHP Code:
require APPPATH.'third_party/MX/Controller.php';
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )