by Yana » Fri Jul 04, 2014 12:05 pm
Hi,
Please make sure that you put the redirection rules after RewriteEngine On line. Please try the following rule for image redirection, remove $ after (.*)
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/components/com_virtuemart/shop_image/product/(.*) /components/com_virtuemart/shop_image/product/$2 [R=301,L]
.