Kevinterra
Chevereto Member
Hey,
before were the images in the folder images\ acessible under the url domain.com/images/bild.jpg.
Since the update, the old images are in images\old. I've created two lines in the .htaccess File, but it does not work..
Sorry for my bad google translator english 😀
before were the images in the folder images\ acessible under the url domain.com/images/bild.jpg.
Since the update, the old images are in images\old. I've created two lines in the .htaccess File, but it does not work..
Code:
RewriteRule ^images/(\w*\.)(jpg|png|gif)$ images/old/$1$2 [L] #legacy images
RewriteRule ^thumbs/(\w*\.)(jpg|png|gif)$ images/old/$1th.$2 [L] #legacy thumbs
Sorry for my bad google translator english 😀