Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.