[rt-users] redirect RT login page - where does that happen?

Judy Illeman Gaukel judy at epicenter.ucsd.edu
Tue Apr 29 18:03:05 EDT 2008


Hi RT-experts,

I've have RT 3.6.6 on a Solaris 9 machine and all is well -- but I need 
to redirect my old
machine (another solaris 9, but with RT 3.6.3 not sending emails any 
more) -- so that the users are using RT on the
new machine.    I've been looking at share/html/index.html   but I'm not 
following how to jump in BEFORE and
redirect the page to another server.    Help! 

If share/html/index.html is the first thing that gets executed, and it 
calls /Elements/Header  --   how do I stop
it there and redirect?
Is the redirect in VirtualHost -- (I've tried replacing the 
servername...)???

<VirtualHost haruspex.ucsd.edu>
        ServerAdmin webadmin at haruspex.ucsd.edu
        DocumentRoot "/opt/csw/apache/htdocs"
        ServerName haruspex.ucsd.edu
        ErrorLog logs/error_log_haruspex
        CustomLog logs/access_log_haruspex combined
        Alias /rt3 "/opt/csw/rt3/share/html"
        AddDefaultCharset UTF-8

        PerlModule Apache::DBI
        PerlRequire /opt/csw/rt3/bin/webmux.pl

        <Location /rt3>
                SetHandler perl-script
                PerlHandler RT::Mason
        </Location>
</VirtualHost>

Thanks for any advice/direction -- I'm a complete novice with web 
intricacies so I appreciate the help.
- Judy





More information about the rt-users mailing list