[rt-users] 'Search' links to redirection page

Dave Steele daves at xetron.com
Mon May 19 15:15:22 EDT 2003


After upgrading from 2.0.11 to 3.0.2, the search button is behaving 
strangely. Search results are directed to /rt3/index.html?q=<...> which 
returns a '200' status page, generated by Apache(?), pointing to a results 
page, which varies. Any reason why the redirect is not followed 
automatically by IE?


This is running on a RH9 box, with the following RT configuration on Apache  
2.0.40.

Alias /rt3/ /usr/local/rt3/share/html/

PerlRequire /usr/local/rt3/bin/webmux.pl

<Location /rt3>
SetHandler perl-script
PerlHandler RT::Mason
RedirectMatch permanent (.*)/$ http://internal.xetron.com$1/index.html
</Location>




More information about the rt-users mailing list