hi,
wie kann ich einen Redirect von
/mypath1/index.htm?foo=2
nach
http://www.mysite.de/mypath2/index.php?bar=2
... machen?
Ich habe folgendes versucht:
RedirectMatch ^/mypath1/index.htm.*foo=2$ http://www.mysite.de/mypath2/index.php?bar=2
Aber daraus wird leider ein:
http://www.mysite.de/mypath2/index.php?bar=2?foo=2
RedirectMatch betrachtet nur den URL-Path.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }