![]() |
Case insensitive routing please - 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: Case insensitive routing please (/showthread.php?tid=37540) |
Case insensitive routing please - El Forum - 01-12-2011 [eluser]Unknown[/eluser] Hi, I just spent a number of hours investigating htaccess and AcceptPathInfo issues just to find that the problem was that http://site/Class/Method is handled differently than http://site/class/method Can you please update your routing code so that the case sensitivity of the urls doesn't impact it's ability to route? Thanks, david |