![]() |
CI Site not loading - 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: CI Site not loading (/showthread.php?tid=33673) |
CI Site not loading - El Forum - 09-04-2010 [eluser]CodeIgniterNewbie[/eluser] I have a peculiar problem with my CI app. On one of my servers, it runs OK. When installed on another server, I can't load any controllers. DB, base URL, etc. are all configured properly from what I can tell. I installed Live HTTP headers plugin for FF. On the problem server, when I go to www.domain.com/index.php/, I get the CI 404 page (and Live HTTP headers reports this properly). When I go to www.domain.com/index.php/controller_name/, I get nothing (and nothing from Live HTTP headers). Any ideas what I should look at? CI Site not loading - El Forum - 09-04-2010 [eluser]WanWizard[/eluser] So nothing loads, not even the default controller? Problem with file rights? Filename case issue? Server environment ok (I've seen something like this when the php-mysql extension wasn't installed, and you tried to load the database)? |