But would that still work if people are linking to my pictures from other sites?
Of course. The only difference between an internal redirect, and an external redirect to the same server, is that the former is a lot easier load on your system. An external redirect will change the visible URL in the browser as well, but on an image, that's much harder to see. The net effect is that all "missing images" on your site will deliver the ugly picture as content, as controlled by the rest of the logic. (I did the same thing myself once... putting up a COWBOYS SUCK graphic to replace someone's deep-linked image from a Dallas Cowboy's fan-site.... they changed it pretty quick.)

The rest of the code should be left the same (although only because I'm resisting the temptation to rewrite it).

-- Randal L. Schwartz, Perl hacker


In reply to •Re: Re: •Re: Re: 404 image errors by merlyn
in thread 404 image errors by katgirl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.