This is because your internal dispatcher is http, where when you redirect the page via RewriteRule ^/content/abc/us/en/(.*)(.html)$ /$1.html [R=301], you are actually redirecting the users to the http endpoint.|
it will redirect o http://abcd.com/support.html
o https://abcd.com/support.html (becaus...