Answer the question
In order to leave comments, you need to log in
Redirect from one domain to another?
How to redirect all pages from one domain to another using htaccess?
I tried this option, but from all pages it redirects to the main one.
RewriteCond %{HTTP_HOST} ^oldsite.ru [NC]
RewriteRule ^(.*)$ https://newsite.ru/$1 [L,R=301]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question