Problem running CodeIgniter over goDaddy
March 17th, 2009
I have been getting “No input file specified” problem with the CodeIgniter based application. This issue has a quick fix.
There will be a php.ini file in the root directory. Copy it and rename the new file as php5.ini and just add following line in it:
cgi.fix_pathinfo = 1
//this directive tell PHP CGI to fix paths to conform to the spec
It solved my problem and CI application worked.
FYI: I have written codeIgniter advantages in another post at zigron blog

Social Links