Answer the question
In order to leave comments, you need to log in
What to use instead of a domain for a redirect?
There is a code
RewriteRule ^catalog/(.+)$ http://site.ru/$1 [R=301,L]
removes the catalog from the url Answer the question
In order to leave comments, you need to log in
try leaving only the slashRewriteRule ^catalog/(.+)$ /$1 [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question