CodeIgniter Forums
default_controller ignores case - 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_controller ignores case (/showthread.php?tid=10674)



default_controller ignores case - El Forum - 08-08-2008

[eluser]Unknown[/eluser]
Using version 1.6.1 of CI

As a default controller I can't use a controller with a Uppercase filename
so show.php will work while Show.php won't regardless if I specify "show" or "Show" in routes.php


default_controller ignores case - El Forum - 09-07-2008

[eluser]Tanque[/eluser]
the name of the controller can be in capitalize... but the name of the file must be in lowercase...