Almost there:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^forums\.resistance\.tk [NC]
RewriteRule ^(.*) https://www.libertaire.net/$1 [L,R=301]
this will redirect http://forums.resistance.tk/message.php?t=7751 to https://www.libertaire.net/forums/message.php?t=7758 but i want https://www.libertaire.net/message.php?t=7758
how can i achieve this?
thanks