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

How do I edit the .htaccess file so that all of the pages on my old domain are redirected to the new domain with exactly the same page names.

I could do them one by one but I want to know if there's an easier way to do them all.

I'm using wordpress.

Thanks,

JH

share|improve this question
I figured it out. Add RewriteRule ^(.*)$ newdomain.com/$1 [R=301,L] – Jetheat Dec 14 '12 at 23:47

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.