A
A
Artyom2019-02-17 00:37:46
htaccess
Artyom, 2019-02-17 00:37:46

How to make a 301 redirect of the entire site except for one page?

Hello. made a 301 redirect of the entire site with the following code

RewriteEngine On
RewriteCond %{HTTP_HOST} old.ru
RewriteRule (.*) http://new.ru/ [R=301,L]

added the yandex_3457472v87f2recd.html file to the root to verify rights in the webmaster, how can I disable the redirect for this page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-02-17
@rozenblit

RewriteEngine On
RewriteCond %{HTTP_HOST} old.ru
RewriteCond %{REQUEST_URI} !^/yandex_3457472в87f2рecd\.html
RewriteRule (.*) http://new.ru/ [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question