This url is in the Google index and it resolves to the home page
http://www.example.com/index.php?no_redirect=true
so I tried these 2 rules that did not redirect. This is a new url to me so I am wondering if no_redirect in the url is stopping a redirect.
I tried
Redirectmatch 301 index.php?no_redirect=true http://www.example.com/
and
rewriterule ^index.php?no_redirect=true(.*)$ http://www.example.com/$1 [r=301,nc]
Stumped. Thanks for any suggestions.