Welcome Guest, Not a member yet? Register   Sign In
url case sensitivity
#3

[eluser]Sy[/eluser]
further investigation on the _validate_request function inside Router.php;

a var dump for my failed caseTest gives me 3 segments;
Code:
array
  0 => string 'caseTest' (length=8)
  1 => string 'Welcome' (length=7)
  2 => string 'testing' (length=7)
And the working instance, all lower case is;
Code:
array
  0 => string 'Welcome' (length=7)
  1 => string 'testing' (length=7)

I'm guessing now i must be missing some sort of configuration that means the first segment is being included when it shouldn't be...


Messages In This Thread
url case sensitivity - by El Forum - 08-08-2012, 06:23 AM
url case sensitivity - by El Forum - 08-08-2012, 08:34 AM
url case sensitivity - by El Forum - 08-08-2012, 09:05 AM
url case sensitivity - by El Forum - 08-08-2012, 09:53 AM
url case sensitivity - by El Forum - 08-08-2012, 10:02 AM
url case sensitivity - by El Forum - 08-09-2012, 01:24 AM
url case sensitivity - by El Forum - 08-09-2012, 11:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB