[rt-users] Want to have /rt instead of /rt/

Tobias.Warth at hp.com Tobias.Warth at hp.com
Tue Sep 20 02:02:52 EDT 2005


I configured RT 3.4.4 with Apache httpd 2.0.54 and FastCGI 2.4.2.

If I type http://hostname/rt in my Browser I get the Login Form. After
logging in I'm redirected to http://hostname/index.html instead of
http://hostname/rt/index.html


If I type http://hostname/rt/ everything works, but our customer don't
want to have the trailing '/'.


How can I do this?



httpd.conf:
AddHandler fastcgi-script fcgi
ScriptAlias /rt /apps/opt/rt/current/bin/mason_handler.fcgi
Alias /NoAuth/ /apps/opt/rt/current/share/html/NoAuth/
<Directory "/apps/opt/rt/current/share/html">
  DirectoryIndex index.html
  Options FollowSymLinks ExecCGI
  AllowOverride None
</Directory>
FastCgiIpcDir /tmp
FastCgiServer /apps/opt/rt/current/bin/mason_handler.fcgi -idle-timeout
120 -processes 4


RT_SiteConfig.pm:
Set($WebPath , "/rt");
Set($WebBaseURL , "http://hostname:80");
Set($WebURL , $WebBaseURL . $WebPath . "/");



Regards,

Tobias Warth




More information about the rt-users mailing list