Hallo,
falls mehrere Mandaten laufen ist dies möglich.
Code:
RewriteCond %{http_host} ^domain1.com [nc]
RewriteRule ^(.*)$ http://www.domain1.com/$1 [r=301,nc]
RewriteCond %{http_host} ^domain2.de [nc]
RewriteRule ^(.*)$ http://www.domain2.com/$1 [r=301,nc]
Viele Grüße,
df:bug