I am running codeigniter 3.1 in my localhost.
When I access my "Codeigniter" folder from localhost, it opens fine.
But when I change the folder name to "myProject",
and try to access localhost/myProject
or localhost/myProject/index.php
it is showing "404 Page Not Found".
But when I tried to access localhost/myProject/index.php/Welcome
it worked!