Quote:
|
Originally Posted by Zero Hour
"http://www.mydomain.com/mydirectory/myimagewhichisactuallyaphpscript.jpg"
|
Sern that would be a little odd considering you'd then have to have your jpg's read as PHP files

Then it would mean other jpg files would be messed up. Perhaps if you did it only for a specific directory (think this is possible in apache) it wouldn't be so bad. Or you could do what I've done, and use a 404 error document to handle file processing

That way everything viewed is really in a different directory, and it gets all the files and reads/handles them before printing it out.
Someone made this ages ago for me on Dark Diamond: