سلام
کدهای زیر رو هم تست کنید
کد PHP:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^test.ir [NC]
RewriteRule ^(.*)$ http://test.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.test.ir [NC]
RewriteRule ^(.*)$ https://test.com/$1 [L,R=301]