<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"></HEAD><BODY><DIV>Upon browsing to my domain where RT can  be 
accessed, say <A href="http://mydomain">http://mydomain</A>, I get the login 
prompt, but not the image on the top left of the page, having the following 
properties:</DIV>
<DIV> </DIV>
<DIV><A 
href="http://mydomain/NoAuth/images//bplogo.gif">http://mydomain/NoAuth/images//bplogo.gif</A></DIV>
<DIV> </DIV>
<DIV>Since the above URL is perfectly visible by entering in a browser address 
bar, I suspect this might have something to do with Mason, although I am not 
familiar with this.</DIV>
<DIV>The FAQ doesn't make me wiser regarding this, and neither do the mailing 
lists (unless I am overlooking things).</DIV>
<DIV>So I would appreciate your help.</DIV>
<DIV>FYI, my RT_SiteConfig.pm contains the following:</DIV>
<DIV> </DIV>
<DIV>Set($WebPath , "");</DIV>
<DIV>Set($WebBaseURL , <A href="http://mydomain">http://mydomain</A>);</DIV>
<DIV>Set($WebURL , $WebBaseURL . $WebPath . "/");</DIV>
<DIV>Set($WebImagesURL , $WebURL . "NoAuth/images/");</DIV>
<DIV>Set($LogoURL , $WebImagesURL . "rt.jpg");</DIV>
<DIV> </DIV>
<DIV>File permissions are set to the httpd owner/group:</DIV>
<DIV>]# ls -l  
/opt/rt3/share/html/NoAuth/images/bplogo.gif<BR>-rw-r--r--    1 
nobody   nobody        825 May 13 
02:31 /opt/rt3/share/html/NoAuth/images/bplogo.gif<BR></DIV>
<DIV>Many thanks, and kind regards,</DIV>
<DIV> </DIV>
<DIV>Lieven</DIV></BODY></HTML>