Okay, so this is a weird one - I have a site - http://bigapricot.org/ that has Perl generated pages based on query strings. Some of these strings have leading zeros - '?01' rather than '?1'. For whatever reason, CSE is deleting the leading zero, turning '?01' into '?1'. Now, none of my other link checkers seem to have this issue and changing the '01' into a '1' calls up the wrong file (in Perl a '01' is not necessarily a '1').
Now, I have written a fix for this within the Perl script most badly affected, but it's a little annoying that I had to. Is there a setting in CSE (the newest one) that I should know about?



