CodeIgniter Forums
Problem with "home" page - 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: Problem with "home" page (/showthread.php?tid=63276)



Problem with "home" page - gmassonfr - 10-14-2015

Hi everyone,

I discovering CI for a new project and I have a problem.

My website is located at : cerise-concept.com

At the moment to reach my home page I have to go to www.cerice-concept.com/acceuil.

With CI how can I have cerise-concept.com equal to www.cerice-concept.com/acceuil.

Thanks a lot in advance.

G.


RE: Problem with "home" page - mwhitney - 10-15-2015

The home page is controlled primarily by the default_controller setting in your /application/config/routes.php file.