I want to redirect permanent from something like this http://www.example.de/page.html?cid=00340119050014953926&pc=70000
to this http://www.secondexample.com/?cid=00340119050014953926&pc=70000
So it's a different domain without the "page.html" but with the same parameters.
Is it possible to do this with RedirectPermanent or do I need RewriteRule?