D
D
dienerie2020-03-31 11:44:43
URL Handling
dienerie, 2020-03-31 11:44:43

How to set a redirect for an entire folder?

There is a site.ru/catalog link on the site
How to set a redirect to newsite.ru to the main
one Make it so that it also extends to site.ru/catalog?product-1, etc.
Made a redirect, otherwise it turns out only to site.ru/catalog, how to extend to "Deeper" :)
I.e. everything that is included in the /catalog subfolder
make a redirect so that everything concerns

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-03-31
@dodo512

RewriteEngine on
RewriteRule ^catalog($|/) http://newsite.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