A
A
agromov912020-05-22 16:41:09
htaccess
agromov91, 2020-05-22 16:41:09

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 question

Ask a Question

731 491 924 answers to any question