I have 2 websites - old one on Joomla 1.5 and new one (another domain) on Joomla 3.x.
As few articles on that old website are no.1 in Google I copied them into a new domain. I would like now to do 301 redirect to keep high rank for that article on new domain.
Old one is http, new one https. Both of them have already .htaccess filre to redirect from domain.com into www.domain (+www). See blow.
Code: Select all
RewriteEngine On
rewritecond %{http_host} ^domain.co.uk [nc]
rewriterule ^(.*)$ http://www.domain.co.uk/$1 [r=301,nc]
What should I add to .htaccess to have this page:
Code: Select all
http://www.domain.co.uk/index.php/news/1141-article.html
Code: Select all
https://www.newdomain.uk/index.php/news/57-article.html