<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"><font color="#000000" face="">Hi<br><br>I'm still having a few problems with the web interface of rt-3.8.1 on a new install of fedora 9 including all the latest updates<br><br>In firefox on the localhost  RT will run as follows </font><a href="http://localhost/" target="_blank"><u><font color="#0000ff" face="">http://localhost</font></u></a><font color="#000000"> or </font><a href="http://localhost/rt" target="_blank"><u><font color="#0000ff" face="">http://localhost/rt</font></u></a><font color="#000000" face=""> both take me to RT login page but I<br>only see the page in text format<br><br>On a remote PC if I try to connect to RT  </font><a href="http://myipaddress/" target="_blank"><u><font color="#0000ff">http://myIPaddress</font></u></a><font color="#000000">   I get the default apache welcome page<br>when I try </font><a href="http://myipaddress/rt" target="_blank"><u><font color="#0000ff" face="">http://myIPaddress/rt</font></u></a><font color="#000000" face="">  I get 404 webpage could not be found<br><br>The Fedora server will also be running mrtg as the main page (</font><a href="http://myipaddress/" target="_blank"><u><font color="#0000ff">http://myIPaddress</font></u></a><font color="#000000" face="">) <br><br>so I need RT to run as </font><a href="http://myipaddress/rt" target="_blank"><u><font color="#0000ff" face="">http://myIPaddress/rt</font></u></a><br><br>it doesn't matter what i seem to add it just flips between text and full mode in both root and myIPaddress/rt<br><br>I need it to run only as http://myIPaddress/rt<br><br>Please any ideas<br><br><br>This is the config i'm running with now  /ect/httpd/conf.d/rt3.conf<br><br>NameVirtualHost localhost<br><VirtualHost localhost><br>    ServerAdmin webmaster@localhost<br>    ServerName localhost<br>    DocumentRoot "/opt/rt3/share/html"<br>    AddDefaultCharset UTF-8<br>    PerlRequire "/opt/rt3/bin/webmux.pl"<br>    <br>    <Location /NoAuth/images><br>        SetHandler default<br>    </Location><br><br>    <br>    <Location /rt><br>        SetHandler perl-script<br>        PerlResponseHandler RT::Mason<br>    </Location><br></VirtualHost><br><br><br>and RT_SiteConfig.pm<br><br><br>Set( $rtname, 'myDomain.coml');<br>#Set(@Plugins,(qw(Extension::QuickDelete)));<br>Set( $WebDomain, 'localhost');<br>Set( $WebPath, '/rt');<br></span><br /><hr />Get thousands of games on your PC, your mobile phone, and the web with Windows®. <a href='http://clk.atdmt.com/MRT/go/108588800/direct/01/' target='_new'>Game with Windows</a></body>
</html>