Should work..
Try opening the image using Netscape to see if there is a hint. Netscape
has the good habits of allowing you to easily open images, and to show
the real error messages.
Regards
Henrik
Ryan Hairyes wrote:
>
> Hello all,
>
> I got this from the squid faq page.
> I used this perl script as a redirector. Im having one problem with it. I
> have an image on the page that it is being redirected to. The image is not
> showing up. It displays itself as a broken link. I check the html on that
> page and everything is where it should be.
> Any ideas?
>
> Thanks.
>
> #!/usr/local/bin/perl
> $|=1;
> while (<>) {
> s@http://fromhost.com@http://tohost.org@;
> print;
> }
Received on Fri Aug 23 2002 - 02:15:39 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:48 MST