On Tue, 2005-03-15 at 19:32 -0500, jonathan vanasco wrote: > here's where mp2 comes in -- instead of writing out the hashed > directory path, i was thinking about just writing the image name and > hosting it off a location directive that would hash file requests > transparently
Just use mod_rewrite for this on the server that serves up the images. It's much more efficient. - Perrin