Ok... htaccess I love it and hate it.
I have to create a htaccess redirect for multiple image directories within a path to a root level image directory. The paths all have a variable within them though, in my case a directory named after a city/state...
We have a number of mini sites within our corp site, each mini site has its own image directory: .../images/u/whatever.jpg
Examples:
root/store/local/birmingham-al/images/u/
root/store/local/mongomery-al/images/u/
root/store/local/nashville-tn/images/u/
I want to redirect all images from each of the /images/u/ to:
root/newimagedir
How can I do it so I only effect images in those /images/u/ directories?
Thanks in advance.