CI Site not loading |
[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?
[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)? |
Welcome Guest, Not a member yet? Register Sign In |