CodeIgniter Forums
404 page no found Solved!!!!!! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: 404 page no found Solved!!!!!! (/showthread.php?tid=66958)



404 page no found Solved!!!!!! - shaser - 12-22-2016

Hi guys I had an application running in codeigniter 2.xxx now Im trying to update to codeigniter 3.xxx Im did the config for my new codeigniter version the index page from my app load ok from codeigniter 3.xxx but when im trying to access any view from the new version I got an 404 error I did not  change any code on the app I just change config, database, autoload file, Im missing something?


Thanks


RE: 404 page no found - InsiteFX - 12-23-2016

Make sure that you set the config base_url it is a requirement of CI now.


RE: 404 page no found - shaser - 12-25-2016

(12-23-2016, 05:29 AM)InsiteFX Wrote: Make sure that you set the config base_url it is a requirement of CI now.

Thanks for some reason now the url add index.php two times. any Idea?