https://mysite.ru/123-cats на https://mysite.ru/shop/catshttps://mysite.ru/cats/834-whiskas.html на https://mysite.ru/product/whiskasRewriteRule ^/.*/([0-9]-.*\.html)$ /product/$1 [R=301,L]RewriteCond %{REQUEST_URI} !^/product [NC] # если не начинается с /product
RewriteRule ^/.*/([0-9]-.*\.html)$ /product/$1 [R=301,L]