We received some press coverage a few months back, but they mistyped our link as <a href="http://www..oursite.org/" target="_blank" data-component="externalLink">
They're a significant outlet and not interested in responding to our request to correct this typo, so we're trying to redirect it on our side. Is the below rule viable or, if not, is this something that we can resolve at all?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.\.oursite\.org
RewriteRule .* https://www.oursite.org [R=301,L]