We checked your issue. We are testing the same URL. But we didn’t get the unwanted string. The site is working perfectly. Are you done any changes?
reference: https://monosnap.com/file/iX8dNLMyqltfuoT8Y4YbRSrsFjumhn
https://monosnap.com/file/DzuJfB0B6fdTu2AcVNROve7MF9h0BF
Yes i have add this code in my .htaccess file to sort out that issue because of this issue we are losing our customers and also sales
Here is the code which i add in .htaccess file
RewriteEngine on
RewriteCond %{QUERY_STRING} ^(.*)&?_gl=[^&]+&?(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L,NE]
here is code screenshot: https://snipboard.io/zAOnpy.jpg
We understand your issue. That automatically gets from google and it is the purpose for Measure customer journeys across domains.
Read more: https://developers.google.com/gtagjs/devguide/linker
So like how we can solve the issue, because if I create a provider URL using Redirection plugin and its give us 404 because that “_gl” string not exists in our redirection system what should we need to do to fix this thing?? do you have any solution for it!
Thanks
We will do not recommended to remove that URL. Because that is automatically getting from Google.
agreed then our redirection is not working properly, how could we achieve that redirection perfect URL? do you have any solution for that?
Thanks
Currently, we have not any solution to redirect for your URL. We recommend you contact any experts, who have found the solution to your problem.
as i have found the solution which i share with you before but i was thinking if there any solution which AMPforWP provide so i will do it, otherwise i am really thankful to you for you kindness and awesome quick response.
I have the same issue, and just discovered it.
https://www.sambuno.com/how-to-increase-advertising-without-additional-spending/?_gl=1*1fd2eu2*_ga*YW1wLXBPS0NHTXhQcGNpZHlJQmg2akRYVVE.
These are my urls. I thought it was security, but… I don’t know. I’m also using Captcha V3
Please advise on what it is.
-
This reply was modified 5 years, 1 month ago by
Sambuno.
-
This reply was modified 5 years, 1 month ago by
Sambuno.
Von: As per the forum guidelines you need to create a new topic.
Hello @ahmedkaludi, I found a solution for this issue, I’m not sure its perfect or not but its working perfectly fine for me, Solution: just add these 2 lines of code in your .htaccess file and it will resolve your issue.
RewriteCond %{QUERY_STRING} ^(.*)&?_gl=[^&]+&?(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L,NE]
I hope this will solve your problem.