New images not accessbile via http. Is a Mason problem?

Hi guys

I have a full working RT 3.8.1 installation.
I’d like to write a simple link to an image as html code.

So I have uploaded an image into the “/opt/rt3/share/html/NoAuth/images/”
folder
But I always get an error when try access the image directly from the
browser via http.
File permission are right but I get strange errors like:

‘<&’ without matching ‘&>’ at
/opt/rt3/share/html/NoAuth/images/iubar_logo.gif line 1

I did the same on other folders like:
/opt/rt3/local/html/Elements
/opt/rt3/share/html/Elements/

Every images installed by Rt are accessible without problems via http but
new one are not showed.
I have uploaded differents images (gif and png formats) but nothing.

I think the problem is related to the mason cache component but how to fix
it ???

Thank you in advance and greetings from Italy

Andrea

Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Grande concorso Whiskas “Tigrotti Felici”. Partecipa e vinci due mesi di
fornitura Whiskas per il tuo gatto e altri fantastici premi per te!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8193&d=20080905

Hi guys

I have a full working RT 3.8.1 installation.
I’d like to write a simple link to an image as html code.

So I have uploaded an image into the “/opt/rt3/share/html/NoAuth/images/”
folder
But I always get an error when try access the image directly from the
browser via http.
File permission are right but I get strange errors like:

‘<&’ without matching ‘&>’ at
/opt/rt3/share/html/NoAuth/images/iubar_logo.gif line 1

The issue here is that mason is trying to process your images as
templates.

The right way to fix this is something like the images handler we have
in the CSS directories. “Put the images elsewhere and use a dhandler to
do the actual serving”

-j