I have two shared vhost. On www. one, I set this single line to .htaccess
redirectMatch 301 ^(.*)$ http://d_blur_blur_s.com$1
Everything works as expected, except in the case where POST is converted to GET.
Please note that the message has parameters like get (I did not do this, and I will not change it). I'm just trying to avoid duplicate content. I am showing a Firebug track.
I expect the POST to be redirected to the main domain with a redirect or other trick.

Update
I have half of the internal links on the site written with www and the other half without it. Therefore, I need to keep both public, but not duplicate. I need GET sent as GET and POST files created as POST. the problem is big, I have 12,000 pages indexed and many forms. Therefore, at first I am looking for a universal solution without changing the code. I have full control of the server.
Thank you so much
redirect .htaccess
Luis siquot
source share