V
V
Vlad2015-09-22 11:41:09
htaccess
Vlad, 2015-09-22 11:41:09

301 redirect of only one folder - how?

Hello.
Please tell me how to make a 301 redirect from site1.ru/files/* to site2.ru/files/*

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
ShamblerR, 2015-09-25
@ShamblerR

# если имя сайта с ввв и без, не забываем экранировать точки
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 question

Ask a Question

731 491 924 answers to any question