I have found a number of different solutions of what should be written in the .htaccess file but for some reason they don't work perfectly.
I would like to redirect all content from old site to go to the new site - www.oldsite.com/first/article to redirect to www.newsite.com/first/article
and so on. I have heard that this is the correct way to redirect permanently when moving a site from one domain to another in respect to SEO, so that search engines do not doublicate the content and penalize for it.
So if anyone can provide working code, that would be great. Explanations on why that would work and what things in it mean would be in the awesomeness category.
thanx a bunch.
PS, i have mod_rewrite enabled already.