I fall in problem that I do not understand.I have been working in windows on codeigniter for 5months. Now I chose to ubuntu platform.I have a project named test that I put in my webroot. If I run it in windows it works but same thing doesn't work in ubuntu.
It shows 404 Page Not Found The page you requested was not found.I checked my config file and it is OK.
this is the url http://localhost/test/index.php/test_con
.
and I also checked codeigniter is installed successfully in ubuntu.
Whenever I write this url http://localhost/test
it shows welcome message of codeigniter.
Now my question is to u guys, is there any other conventions to run codeigniter in ubuntu.