I have created a folder as user in the root directory.
My project base path is:
/var/www/myproject/
When I want to access the base
Change your default controller which is in config file.
i.e : config/routes.php
$route['default_controller'] = "Your controller name";
Hope this will help.