On Mon, 18 Sep 2006 06:07:00 -0700, you wrote:

>Apparently, there has been a change since RT 3.4 that makes it more 
>difficult to move RT from http://host.com/ to something like http://host.com/rt
>I presume someone has already solved this problem.  I would be 
>grateful if someone could point me to the detailed information on 
>what I need to do to make this change.

Hi,

I'm running 3.6.1 on debian from a subdirectory /rt3/ on my domain,
and from what I can tell from my config-files, this is all the
path-related settings there is:

RT_SiteConfig.pm:
Set($WebPath , "/rt3");
Set($WebURL , $WebBaseURL . $WebPath . "/");

httpd.conf:
<VirtualHost 1.2.3.4>
.
.
.
Alias /rt3 /usr/local/rt3/share/html
        <Location /rt3>
                AddDefaultCharset UTF-8
                PerlModule Apache::DBI
                PerlRequire /usr/local/rt3/bin/webmux.pl
                SetHandler perl-script
                PerlHandler RT::Mason
                Options +ExecCGI
        </Location>
.
.
</VirtualHost>

Make sure you stop and start apache each time you change something,
just in case something isn't reloading.

- Kristian
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Reply via email to