CodeIgniter Forums
Hello - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Hello (/showthread.php?tid=44555)



Hello - El Forum - 08-18-2011

[eluser]paulipv[/eluser]
I have a problem with controller names on Linux.

I have a controller class called "Login" and url working with uppercase

http://mydomain/Login -> working
http://mydomain/login -> not working

any tip to fix ?


Hello - El Forum - 08-19-2011

[eluser]waynhall[/eluser]
rename the file from Login.php to login.php


Hello - El Forum - 08-19-2011

[eluser]paulipv[/eluser]
Yeah.
Thank you.