IMG fails to load on page ============ Problem is: cases where a ref. to an image works OK as A-href, but draws null as IMG-src. Essential problem: IMGs don't follow all kinds of redirection e.g. by java, or by ones that use HTML-HEAD-, , ) So can reproduce this problem by creating a file with a redirect to an img file. Solution: have to get at final URL for img and use that. (Need a tool.) ============ WORK to follow up. 1) Create (or find?) a tool that follows redirects of ALL kinds, and reports on the steps / final step. 2) This will involve PHP code that could also then be used to enhance filegetcontents, that will follow HEAD and JAVA redirects as well. TEST/WORK-BENCH See my test scripts: imgloadtest.php?url imgReferrer.php -------- The Donald Clark problem case: actually it had 2 URLs, one presumably redirected to the other. IMG apparently doesn't/didn't follow the redir. The penultimate file/dir element was /S220/ vs. /S220-h/ http://2.bp.blogspot.com/_e5CENKp5eYU/SexEkLwr68I/AAAAAAAABQI/5DPhdb8xtyA/S220/donald_clark.jpg PROTECTING image servers Articles on web suggest that some servers may want to protect themselves from serving images alone, as that adds to their serving costs, but can't benefit them because no proper pages are served. method1) As above, redirect all IMGs, but redirect with META for outside requests, redirect with HTTP ??? What the page did was: had a clickable img; put the direct on the IMG src itself; but on the