Welcome Guest, Not a member yet? Register   Sign In
Case insensitivity for controller URI segments
#6

[eluser]xwero[/eluser]
another one liner hack would be in the index.php
Code:
$_SERVER['PATH_INFO'] = strtolower($_SERVER['PATH_INFO']);
If you don't need the extend the router library for other things you don't need to load the extended file.


Messages In This Thread
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 10:40 AM
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 10:48 AM
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 11:32 AM
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 11:50 AM
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 11:57 AM
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 12:18 PM
Case insensitivity for controller URI segments - by El Forum - 06-23-2009, 12:32 PM
Case insensitivity for controller URI segments - by El Forum - 06-24-2009, 06:44 AM
Case insensitivity for controller URI segments - by El Forum - 06-24-2009, 06:47 AM
Case insensitivity for controller URI segments - by El Forum - 06-24-2009, 07:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB