CodeIgniter Forums
Strange codeigniter issue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Strange codeigniter issue (/showthread.php?tid=45684)



Strange codeigniter issue - El Forum - 10-01-2011

[eluser]Unknown[/eluser]
When I upload my fully working codeigniter app on live server it did not find any controller and cotroller action.

For example:

my local url is:

localhost/myapp/index.php/testcontroller/testaction

Yes, It works fine, But when I upload the same thing and url becomes:

livesite.com/index.php/testcontroller/testaction

It does not work. Shows error that cant fine the controller. I am wondering why it is happening so while it is working on local server. Kindly help