I have uploaded codeigniter site here.
It runs fine at local server but after uploading i get this error.
“404 Page Not Found
The page you requested was not found.”
Also,
Also “No input file specified. ”
uploaded it on free server as well and it runs fine there. http://www.ogc.isgreat.org
any idea?
project is hosted on godaddy and godaddy has problem with CI project.
Here is the solution.
in your config/config.php, make these two changes.
$config[‘index_page’] = “index.php?”;
$config[‘uri_protocol’] = “QUERY_STRING”;
thought now i have problem with ajax calls.