Answer the question
In order to leave comments, you need to log in
How to redirect certain pages?
Hello.
It is not possible to make a redirect with the following conditions:
To throw certain pages on their mirrors, and the rest - on the main page
Like this:
Redirect 301 /somepage.html https://newsite.ru/somepage/
Redirect 301 /somepage2.html https://newsite.ru/somepage2/
RewriteEngine On
RewriteCond %{REQUEST_URI} (.*)
RewriteRule ^(.*)$ https://newsite.ru/ [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 questionAsk a Question
731 491 924 answers to any question