Hi everyone,<br>I just installed <span>RT 3.6.7. </span>The problem is that some actions in RT misredirect to a wrng URL which is not the correct.<br>It's installed in <a href="http://www.example.com/rt">www.example.com/rt</a><br>
For example:<br>Log in -> Click "New ticket in" -> Fill fields -> Click Create<br>It creates the ticket but do not redirect to the next page correctly. It goes to <a href="http://www.example.com/rt/rt/Ticket/Display.html?id=7">http://www.example.com/rt/rt/Ticket/Display.html?id=7</a> and show me:<br>
<h1>Not Found</h1>
<p>The requested URL /rt/rt/Ticket/Display.html was not found on this server.</p>
<hr>
<address>Apache/2.2.8 (Debian) mod_python/3.3.1 Python/2.4.4
PHP/4.4.4-8+etch6 mod_perl/2.0.4 Perl/v5.10.0 Server at <a href="http://www.example.com">www.example.com</a> Port 80</address><br><br><br>My apache configuration is like this (/etc/apache2/sites-available/default):<br>Alias /rt "/usr/share/request-tracker3.6/html"<br>
<Location /rt><br>  SetHandler perl-script<br>  PerlHandler RT::Mason<br>  RewriteEngine On<br>  RedirectMatch permanent (.*)/$ $1/index.html<br><br>  <IfDefine PerlDProf><br>  <IfDefine PerlSmallProf><br>
    PerlFixupHandler Apache::SmallProf<br>  </IfDefine><br>  </IfDefine><br></Location><br><br clear="all"><br>What is happening?<br><br><br><br>Regards,<br>--<br>Bruno Guimarães Sousa<br><a href="http://www.brunosousa.co.nr">www.brunosousa.co.nr</a><br>
COINF-CEFET-BA<br>Ciência da Computação UFBA<br>Registered Linux user #465914<br>