Answer the question
In order to leave comments, you need to log in
How to make 301 redirect in .htaccess (opencart 2.3)?
Changed the url in the online store (on opencart 2.3).
It was site.ru/tovar_new/product_1
It became site.ru/product-new/product-1
In general, I replaced the underscore with a dash.
How to make 301 redirect in .htaccess?
Answer the question
In order to leave comments, you need to log in
RedirectMatch 301 (.*)_(.*)_(.*)_(.*) $1-$2-$3-$4
RedirectMatch 301 (.*)_(.*)_(.*) $1-$2-$3
RedirectMatch 301 (.*)_(.*) $1-$2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question