> You shouldn't user a path like this, instead use server variables in order
> to be sure:
> change moxmormor_org/htdocs/hindenburg.gif
> to $_SERVER['DOCUMENT_ROOT'].'/hindenburg.gif';
>
> also be very carefull, on Linux the filesystem is case sensitive, so
> hindenburg.gif <> hindenburg.GIF
> Bob