FastCGI is this correct RT users?

Thanks to everybody who has replied to my mails regarding certain issues
There is something so small that im missing that isnt bringing up the initial RT screen
ive finally got FastCGI and apache working together and using rt’s mason_handler.fcgi
but when typing into the browser
xxxx.xxx.eei.ericsson.se/rt im getting

<<…OLE_Obj…>>

the log files say everything is up and running so it has to be justa little configuration issue

am i using the url address correctly
is there something else in the RT_SiteConfig im missing

below is my httpd.conf configuration

<VirtualHost 1xx.1xx.178.35>
ServerName xxxx.xxx.eei.ericsson.se
DocumentRoot /requesttracker/rt-3.2.3/html
AddDefaultCharset UTF-8
RedirectMatch permanent (.*)/$ $1/index.html

#Adding the following for RT (the ticket tracker)
PerlHandler RT::Mason
AddHandler fastcgi-script fcgi
<Directory “/requesttracker/rt-3.2.3/html/”>
Options FollowSymLinks ExecCGI
AllowOverride None

Pass through requests to for noauth

Alias /NoAuth/ /requesttracker/rt-3.2.3/html/NoAuth/
ScriptAlias /rt /requesttracker/rt-3.2.3/bin/mason_handler.fcgi

FastCgiIpcDir /tmp
FastCgiServer /requesttracker/rt-3.2.3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4

Thanks Again RT users

Quoting “Tomas Doyle XA (DL/LMI)” tomas.xa.doyle@ericsson.com:

Thanks to everybody who has replied to my mails regarding certain issues
There is something so small that im missing that isnt bringing up the initial
RT screen
ive finally got FastCGI and apache working together and using rt’s
mason_handler.fcgi
but when typing into the browser
xxxx.xxx.eei.ericsson.se/rt im getting

<<…OLE_Obj…>>

Try using a trailing slash on the URL.