Habe es mir jetzt so überlegt:
RewriteCond %{HTTP_HOST} ^([^.]+).domain.tld$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^blog.domain.tld$ [NC] [OR]
RewriteCond %{HTTP_HOST} !^media.domain.tld$ [NC]
RewriteRule ^(.*)$ http://domain.tld/ [R=301,L]
RewriteCond %{HTTP_HOST} ^([^.]+).domain.tld$ [NC]
RewriteRule ^(.*)$ http://menschlich-hellwach.de/?site=$1 [L]
Das Problem ist, wenn ich jetzt auf die subdomain zugreife bekomme ich die 500er Fehlermeldung.
Was stimmt nicht?
MfG
Nel