![]() |
Updated from 1.7.2 to 2.1, now every page is 404 - 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: Updated from 1.7.2 to 2.1, now every page is 404 (/showthread.php?tid=51922) |
Updated from 1.7.2 to 2.1, now every page is 404 - El Forum - 05-23-2012 [eluser]Unknown[/eluser] I just updated our install from 1.7.2 to 2.1.0, and now every page I try to pull up is a 404. I'm not even sure where to start. Could it have to with the .htaccess file? Here's what's in there: Code: <IfModule mod_rewrite.c> Thanks for any help/pointers. Dave Updated from 1.7.2 to 2.1, now every page is 404 - El Forum - 05-23-2012 [eluser]InsiteFX[/eluser] 1) Did you copy the new index.php file over? 2) Did you fix your controllers and models CI_Controller CI_Model 3) Did you fix all your Constructors? Code: public function __construct() |