![]() |
config file not found? - 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: config file not found? (/showthread.php?tid=43845) |
config file not found? - El Forum - 07-25-2011 [eluser]Unknown[/eluser] Hello CI community. I've had a site built and we recently had to move it to a new server. I can't get the site too load and it gives this message: The configuration file config.php does not exist. I believe the issue is a root directory path somewhere that is now wrong, since the old server used to be in /httpdocs/ and the new servers uses /web/content/ but I can't figure out where to update that to get it up and running again. Thanks for any help, the site is http://www.yaelwand.com -m config file not found? - El Forum - 07-25-2011 [eluser]InsiteFX[/eluser] Check your application/config/config.php file and see what the base_url is pointing to. |