The index page (aka homepage.php) in my code igniter install is working fine no matter what.
The problem lies with using subdirectories to store other pages, current
Figured out what I was doing wrong:
I needed to be accessing : http://localhost/VAw_CI/**index.php**/pages/aboutus which is really strange because my default CI page is set to $config['index_page'] = 'homepage';
http://localhost/VAw_CI/**index.php**/pages/aboutus
Hope this helps someone, sometime :)