URL to CSS and Images incorrect

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@freecharity.org.uk’);
Set($CommentAddress , ‘support-comment@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 :

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/