Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
# если имя сайта с ввв и без, не забываем экранировать точки
RewriteCond %{SERVER_NAME} (www\|)\.site1\.ru
# если начало урла начинается с files
RewriteCond %{REQUEST_URI} ^(files.*)$
# если правила выполены, перенаправляем (Берем переменку с Cond то онии не с $1 a %1
RewriteRule ^.*$ http://site2.ru/%1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question