Hi Luigi,
Thank you! This works now for the URL without the component(s)/jshopping in it. Yay!
I haven't managed to make a rule based from that, however, that will also strip the "component(s)/jshopping from the URL in the redirect.
These are the links still not redirected:
from: http://shop.pallia.net/index.php/en/component/jshopping/product/view/4/81?Itemid=138
should be: www.pallia.net/en/shop/product/view/4/81?Itemid=138
is now: http://www.pallia.net/de/shop/component/jshopping/product/view/4/81?Itemid=138
from: http://shop.pallia.net/components/com_jshopping/files/img_products/full_IMG_6020.jpg
should be: http://www.pallia.net/components/com_jshopping/files/img_products/full_IMG_6020.jpg
is now: http://www.pallia.net//de/weiterleitung/components/com_jshopping/files/img_products/full_IMG_6020.jpg
I have tried this:
from: ^/(de|en)/weiterleitung/index\.php/(de|en)/components*?/jshopping/
to: {scheme}://{siteurl}/shop/{pathfrombase}
and this:
from: ^/(de|en)/weiterleitung/components/com_jshopping/files/img_products/
to: {scheme}://{siteurl}/{pathltrim \/(de|en)\/weiterleitung}
and a few other variations, but it looks like I can't even make the first rule so it catches the old links. Can you help once more, please?
Thank you!
Katrin