When accessing URLs such as the following:
https://midominio.net/page/61/?variable_hola=1&saludos=5148B409XXXXX677AB547FB3209AA8C8
https://midominio.net/page/20/?variable_hola=1&saludos=5148B409CD818677XX547FB3209AAAC9
I want the search parameters to be removed:
?variable_hola=1&saludos=5148B409CD8186UUAB547FB3208AA6
I have many URLs of that type, what varies is the code that is at the end. I do not need those parameters, since those variables do not exist, it will not affect that you eliminate them. The same thing appears to the user, whether or not the parameters are present.
How can I do that?