Hi,
I have done few changes and unable to get my images resolved correctly.
Old = http://www.domain.com/dir/images/*.jpg
New = http://www.domain.com/old_dir/images/*.jpg
I am using the following RewriteRule,
RewriteRule ^dir/images/(.*)\.jpg$ old_dir/images/$1\.jpg [R=301]
Doesn't work, any pointers on how to get to work the images resolved correctly ?
Thanks