Trying to get all images accessed to run a script before they are sent in a response

Newbie Member
20Nov2008,21:54   #1
commander's Avatar
I am trying to make it so that all .png images in the directory ./cards to run a php script before they are accessed and sent as a response. I suspect that this might be possible through a .htaccess but i'm not sure, and if I am correct about my assumptions I have no idea where to start looking for information on accomplishing this. If anyone could push me in the right direction (or give me a sample of this in action) then please give me some input.

Any help would be most appreciated!

-Anthony
Team Leader
21Nov2008,17:19   #2
pradeep's Avatar
You can do it with mod_rewrite, rewrite the url to call a php/perl script with will do the work u want and then pass ur image!