The reason I am asking this is that currently in my gallery (which is based on Gallery 3 that is going into "hibernation") my "Normal" images have URLs like:
(curren domain)/var/resizes/misc-pics/Jacky_June1983.jpg
The image URLs in Zenphoto are:
(test domain)/cache/misc-pics/Jacky_June1983_w580_h456.jpg
The directory structure is no problem for making a rewrite rule. The problem will be the "_w580_h456" bit because it could be almost anything. I'm fine with the thumbnails having them because none of those are linked to or currently indexed on Google and such, but it would be nice if the normal image could just be Jacky_June1983.jpg or even Jacky_June1983_normal.jpg so it doesn't potentially conflict with the original image.
I just realized another problem.. all the thumbnails are in the same /cache/ directory so there's no way I can disallow their indexing.
Be better if normal images were in /cache/normal/ and thumbnails were in /cache/thumbs/. Hmmmm...
Just one of several things to think of when evaluating a new platform. (been looking at Piwigo as well and their URLs are a convoluted mess heh). Anyway, I'm just starting to think out loud now..
Thanks,
Mark H.