Hi!
Ich hab mir das ganze angeschaut, aber ich schaff noch nicht alles was ich brauch...
Bis jetzt hab ich folgendes schon und es funktioniert:
<IfModule mod_rewrite.c>
RewriteEngine On
# now the rewriting rules...
Redirect permanent /olddomain1 http://www.new-domain1.de
Redirect permanent /olddomain2 http://www.new-domain2.de
</IfModule>
Was ich jetzt noch brauch is ein:
if(subdomain=='sub1') {
Redirect permanent / http://www.new-domain3.de
}
Kann mir da jemand weiterhefen?
danke
mario