Answer the question
In order to leave comments, you need to log in
How to set up a 301 redirect to a new domain in Opencart 2?
I'm moving to a new domain. The old domain has some TIC indicators, I would like to keep all this.
1) Copied the site to a new domain.
2) Set up a 301 redirect.
htaccess file now looks like this
<FilesMatch "robots.txt$">
RewriteEngine off
</FilesMatch>
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://kavdent.ru/$1 [R=301,L]
Answer the question
In order to leave comments, you need to log in
no, you don't have to do that.
if you want to smoothly change the domain, then it is better to set up the work of two domains in parallel on 1 site.
specify the new domain in robots.txt.
on the site itself, remove all absolute links, and add the site on the new domain to the webmaster with all the consequences.
and so here is the advice from Yandex https://yandex.ru/support/webmaster/yandex-indexin...
301 is needed when they stick together in Yandex.
and when to change in google
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question