CodeIgniter Forums
URL segments case sensivity - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: URL segments case sensivity (/showthread.php?tid=18891)



URL segments case sensivity - El Forum - 05-21-2009

[eluser]PoWah[/eluser]
How can i make URL segments case insensitive ? Tried this trick with no luck :/


URL segments case sensivity - El Forum - 05-21-2009

[eluser]Dam1an[/eluser]
Extend the URI class and make it all lowercase perhaps? Or will there be cases when you need it to be case sensitive?


URL segments case sensivity - El Forum - 05-22-2009

[eluser]PoWah[/eluser]
No, i need it everywhere .. okay I extended URI function _explode_segments() and the problem solved Smile