I’ve encountered a really perplexing concern.
It got here to my consideration as a result of Google Advert conversion monitoring isn’t engaged on the positioning. While investigating that, we found the next:
Any time there’s the string gclid
within the query-string (e.g., https://our-domain.com/critiques/?check=check&gclid=check
the web page will redirect to the identical URL, minus the query-string (e.g., “https://our-domain.com/critiques/). It could actually seem anyplace within the query-string, and this redirection will happen. For instance,
https://our-domain.com/page-1/?check=check&something-else=45&textgclidtext=444will redirect to
https://our-domain.com/page-1/`
It happens even when all plug-ins are disabled.
It happens with any theme I activate.
I see nothing within the .htaccess
that might trigger this. What’s extra, this can be a Multi-site set up, and the opposite 4 websites haven’t got this concern (but all of them share the identical root folder, clearly, in order that they share the identical .htaccess
file).
My query is, what else inside WordPress may I look into as a part of troubleshooting this concern? I’ve lined all of the issues I can consider (theme, plug-ins, .htaccess) and none of them seem like the supply of this uncommon redirect.