I have a website that just moved from one server to another. On the old server the get-parameters of a request were automatically 'url decoded'. Now, on my new server, when I try to retrieve a GET parameter I don't get the url decoded value but the encoded value.
Because besides the server nothing in my project changed, this makes me think this is a PHP setting (maybe in php.ini?).
How can I make PHP automatically decode my GET parameter values?