http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule enthält unter 'Here are all possible substitution combinations and their meanings:' exakt wonach Du suchst. Wenn "somepath" nichts enthalten soll, dann notiere statt somepath einfach nichts.
Hi Jörg,
danke. Ich frage aber lieber nochmal nach, weil mod_rewrite so mächtig ist.
Eine htaccess mit nachfolgendem Inhalt
RewriteEngine On
^subdomain/domain.de/(.*) http://subdomain/neue_domain.de/$1
würde z.b.
subdomain.domain.de/test.php?param=1
umleiten auf
subdomain.neue_domain.de/test.php?param=1
Oder habe ich das falsch verstanden?
Leif