B
B
bossigorxxx2020-12-30 17:46:32
htaccess
bossigorxxx, 2020-12-30 17:46:32

How to set up redirects from all pages of one site to another, except for the main one?

How to set up redirects from all pages except the main one? Have tried a lot. does not fit (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-12-30
@bossigorxxx

RewriteCond %{HTTP_HOST} ^(www\.|)site1\.ru$ [NC]
RewriteRule ^(.+)$ http://site2.ru/$1 [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question