How or where to change page http query in cakephp 3.5 ?
?page=2 I want to show as ?stranica=1 or ?site=1
Thanks.
How or where to change page http query in cakephp 3.5 ?
?page=2 I want to show as ?stranica=1 or ?site=1
Thanks.
The paging query string variable names are not configurable. In order to achieve what you need would require using custom Paginator component and helper.
Frankly, it’s not worth the effort. I am no SEO expert but I highly doubt there is much gain in internationalizing query string variables.