i done develop application by using codeigniter running on the window localhost and working it fine but problem is when i migrated to linux server got error message '404 Page Not Found'.base_url already changed.
Localhost -localhost/ci/index.php/test (window) output: successful
Server -172.16.10.251/ci/index.php/test- (linux) output:404 Page Not Found
Question
is there any setting i miss to change?
sorry first time make it online.
thank you