![]() |
Default Route in route.php - 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: Default Route in route.php (/showthread.php?tid=53576) |
Default Route in route.php - El Forum - 07-30-2012 [eluser]shyam1326[/eluser] what is the default route in route.php? Thank You Shyam Default Route in route.php - El Forum - 07-30-2012 [eluser]Alex Jurado[/eluser] You mean this? Code: $route['default_controller'] = "welcome"; Default Route in route.php - El Forum - 07-30-2012 [eluser]shyam1326[/eluser] Thank You, but that still didn't fix my problem, will keep trying. Thank you Shyam Default Route in route.php - El Forum - 07-30-2012 [eluser]InsiteFX[/eluser] The default route is your startup controller ie; home welcome etc. |