[rt-devel] 1.3.57 not picking up WebPath?

Jesse jesse at fsck.com
Tue Mar 20 16:49:14 EST 2001



On Tue, Mar 20, 2001 at 09:46:36PM +0000, Feargal Reilly wrote:
> Using ver 1.3.57:
> 
> This may be a stupid apache config error but:
> 
> I've trying to root the web ui at:
> 
> http://my.domain.com/rt

For kicks, try http://my.domain.com/rt/


> In /usr/local/rt2/etc/config.pm I have:
> 
>  $WebPath = "/rt"
>  $WebBaseURL = "http://my.domain.com:80/";
> 
>  $WebURL = $WebBaseURL . $WebPath. "/";


Neither of these should matter, but try 

$WebBaseURL = "http://my.domain.com:80";
$WebURL =  $WebBaseURL . $WebPath;
> 
> When I go to
> http://my.domain.com/rt/
> 
> I am redirected to http://my.domain.com/rt/rt/NoAuth/webrt.css

The redirect is actually your browser trying to get the stylesheet and losing.



-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

pretty soon we're going to HAVE to have hypertext mail!
				--Tim Berners Lee. (8 Jan 1993 on www-talk)




More information about the Rt-devel mailing list