I have a WordPress site which is hosted on AWS lightsail (Load balancer with few instances running apache).
Site is getting 1000s of request per minute with URL like site.com/?872837
The number in the URL is dynamic which forces my cache plugin (Hummingbird) to create a new cache page and not use the existing cached page.
Lighsails load balancer doesn't provide any logs so I can't check which IPs are hitting the site.
Can I use .htaccess to remove that query string of this format (I tried searching but couldn't find anything)?