Set( $WebDomain, 'localhost' ); Set( $WebPath, '/rt' ); That's all you need, as far as I can see. Domain is DOMAIN and is not domain + path.
On Fri, Aug 22, 2008 at 4:40 PM, Ruslan Zakirov <[EMAIL PROTECTED]> wrote: > =item C<$WebPath> > > If you're putting the web ui somewhere other than at the root of > your server, you should set C<$WebPath> to the path you'll be > serving RT at. > > C<$WebPath> requires a leading / but no trailing /. > > In most cases, you should leave C<$WebPath> set to '' (an empty value). > > =cut > > > On Fri, Aug 22, 2008 at 4:25 PM, andrew fay <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have tried changing: >> >> Set( $WebDomain, 'localhost/rt' ); >> >> No effect? >> >> Thanks, >> >> Andy >> >> >> >> ________________________________ >>> Date: Fri, 22 Aug 2008 16:18:57 +0400 >>> From: [EMAIL PROTECTED] >>> To: [EMAIL PROTECTED] >>> Subject: Re: [rt-users] rt 3.8.1 home link on interface >>> CC: [email protected] >>> >>> Web* options in the RT config. >>> >>> On Fri, Aug 22, 2008 at 4:17 PM, andrew fay <[EMAIL PROTECTED]> >>> wrote: >>> > Hi, >>> > >>> > How do I change the home link on the interface to not point at 127.0.0.1 >>> > ? >>> > >>> > my RT install is located at 127.0.0.1/rt >>> > >>> > but 127.0.01 just goes to an apache default page that says : it works >>> > >>> > thanks in advance, >>> > >>> > Andy >>> > >>> > ________________________________ >>> > Get fish-slapping on Messenger! Play Now >>> > _______________________________________________ >>> > 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 >>> > >>> >>> >>> >>> -- >>> Best regards, Ruslan. >> >> ________________________________ >> Get fish-slapping on Messenger! Play Now >> _______________________________________________ >> 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 >> > > > > -- > Best regards, Ruslan. > -- Best regards, Ruslan. _______________________________________________ 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
