Answer the question
In order to leave comments, you need to log in
How to do a 301 redirect correctly?
Hey! I am changing the engine and decided to make a redirect so as not to lose positions in the search and the natural link mass.
In .htaccess I write the following rule, found in Google:
RewriteRule ^products/category/487227?$ catalog/наручные-часы [L,QSA]
Answer the question
In order to leave comments, you need to log in
RewriteRule ^products/category/487227?$ catalog/наручные-часы [R=301,L,QSA]
Why is there a RewriteRule at all?
There is a standard mechanism for a redirect:
Redirect 301 /old/path/index.html example.com/new/path
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question