I have a directory images/random which contains (at the moment) 10 images.
What I want to do is have the browser request http://example.com/random-image, and have cocoon do a redirect to http://example.com/images/random/image3.jpg (for example).
I thought a redirect would probably be better as the browser would cache the result, and future requests for random images would be served from the browser cache if the browser already had that particular image.
I can use a directory generator to give me a list of images, but I don't know how to transform that list in order to select one of them at random.
Can anyone help?
Cheers,
Jon
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
