We’re using the _redirects file as described here: Redirect options | Netlify Docs
We have plenty of working redirects, including those that have query params, for example here’s a working redirect:
/menu/ location=st_petersburg_fl type=restaurant /locations/
Which as you can see redirects:
to
However in other instances it doesn’t work:
/shop/ location=trenton_nj /locations/trenton-nj/
We’ve checked that there are no prior redirects in the file that would pre-empt the attempt (ie. /shop/ /someotherurl).
Since this is a Netlify specific implementation this is why we’re reaching out for help.
Are you able to share the contents of the _redirects
file?
Netlify can probably check the file, but if you’re able to share the rules someone in the community might be able to assist 
perry
3
hi there, before we dig in, did you see this brand new guide on debugging redirects?
I strongly suggest you give it a thorough read through and see if this fixes your problem:
can you confirm that all of your redirects are being processed?
if not, please post again, and we’ll try and troubleshoot.