Hallo Konrad
RewriteCond %{HTTP_HOST} ^www.example.com$
RewriteRule (.*) http://example.com/$1 [R=permanent,L]
Ich nehme folgendes ...
RewriteBase /
RewriteCond %{HTTP\_HOST} "^(.\*).example\.tld$"
RewriteRule "^(.\*)" "http://example.tld/$1"
> [R=permanent,L]
Du hast recht, eigentlich müsste das noch rein.
Herzliche Grüße
Wolfgang