CodeIgniter Forums
Installation Issues - Nothing loads after welcome page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Installation Issues - Nothing loads after welcome page (/showthread.php?tid=16702)



Installation Issues - Nothing loads after welcome page - El Forum - 03-14-2009

[eluser]bafadam[/eluser]
So, I recently acquired another domain, and am trying to get the CodeIgniter Framework installed and working. I set up the configuration with the exact same setup (except for the base URL) that my other hosting account uses.

The front page, the default controller right off the domain opens just fine. No issues there.

domain.com -> opens fine
domain.com/index.php/welcome -> does not open and gives the "No input file specified." error.

I've changed the uri_protocol setting to all of the options, and none of them worked. There is no .htaccess file in the root for me to mess with.

Anyone have any ideas on this?


Installation Issues - Nothing loads after welcome page - El Forum - 03-14-2009

[eluser]Edmundas KondraĊĦovas[/eluser]
Well, I don't think this is CI's fault. Maybe there's something "fancy" with the server. Error "No input file specified" could be triggered when PHP runs as CGI mode (I'm not sure about this!). You could print out phpinfo() and see if there is something not usual. Wink
And don't forget your best friend in these kinds of situations - google.com!


Installation Issues - Nothing loads after welcome page - El Forum - 03-14-2009

[eluser]bafadam[/eluser]
A side-by-side comparison of the two phpinfo's doesn't reveal anything out of the ordinary. In fact, except for a few of the MySQL database drivers, they are identical.