Is there any php.ini directive that enable auto urlencode?
When submit form on local server, i get:
filter%5Bdate_from%5D=&filter%5Bdate_to%5D=
But on production server the same code get urlencoded query:
filter%255Bdate_from%255D=&filter%255Bdate_to%255D=
If the code is similar, then there are server settings, right?