hello I need a solution for htaccess where I want to replace a indexed category
I used this after rules from preastashop but does not working
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule /22-old-category /33-new-category [QSA,L,E]
</IfModule>