[rt-users] URL to CSS and Images incorrect

James Davis jamesd at jml.net
Tue Oct 4 15:23:03 EDT 2005


I've just setup RT-3.4 on Debian with the following RT_SiteConfig.pm

Set($rtname, 'support.freecharity.org.uk');
Set($Organization, 'FreeCharity.org.uk');
Set($CorrespondAddress , 'support at freecharity.org.uk');
Set($CommentAddress , 'support-comment at freecharity.org.uk');
Set($Timezone , 'Europe/London'); # obviously choose what suits you
Set($DatabaseType, 'mysql'); # e.g. Pg or mysql
Set($DatabaseUser , 'rtuser');
Set($DatabasePassword , '******');
Set($DatabaseName , 'rtdb');

Set($WebPath , "/");
Set($WebBaseURL , "http://support.freecharity.org.uk");
1;

and the following in Apache2's configuration for the virtual host
support to redirect HTTP requests to RT.

RewriteRule ^/(.*)$ /usr/share/request-tracker3.4/html/$1

However the images and CSS aren't loading properly because the HTML
looks like :

<link rel="stylesheet" href="//NoAuth/webrt.css" type="text/css">
<img src="//NoAuth/images/bplogo.gif" alt="" width="230" height="50">

Links in the HTML look like

http://search/Build.html

etc. etc.

Which setting did I get wrong? I can't work it out.

Thanks,

James

-- 
http://www.freecharity.org.uk/ - Free hosting for charities
http://jamesd.ukgeeks.co.uk/



More information about the rt-users mailing list