I have usual url, where params and values are separated by /
And i have this url piece
word//show-count/1
On my local machine zend retrieves
word = ''
show-count = '1'
On test-machine it retrieves
word = 'show\-count'
Why it happens and who is guilty. I think, that problem is in ignoring double //