Links After the login page

Someone please give me a hint on what I am missing .

I installed rt3-3.6.3 with httpd 2.2.3 , and mod_perl 2.02, and mysql 5.027

fallowed the install instruction on Best Practical 's webcite.
I am able to get the first page or login page but none of the links works all
the links give me not found error saying
The requested URL /usr/share/rt3/ was not found on this server.
or
The requested URL /usr/share/rt3/Search/Build.html was not found on this server.
Depending on there the link points too.
RT is in that directory.
here is what my setup looks like

My http.conf
DocumentRoot “/usr/share/rt3”
<Directory “/usr/share/rt3”>
Include conf.d/rt3.conf

rt3.conf
Alias /rt3 “/usr/share/rt3/html”
PerlRequire /usr/sbin/webmux.pl
<Directory “/usr/share/rt3/html”>
AllowOverride All
Options ExecCGI FollowSymLinks
RewriteEngine On

RedirectMatch permanent (.*)/$ $1/index.html

AddDefaultCharset UTF-8
SetHandler perl-script
PerlHandler RT::Mason

and my RT_SiteConfig.pm
Set($WebPath , “/usr/share/rt3”);
Set($WebPort , 80);# + ($< * 7274) % 32766 + ($< && 1024));
Set($WebBaseURL , “http://localhost:$WebPort”);

Let me know if there any additional information needed…

Thank you in advance

Your Webpath should be relative to the URL, not to the filesystem.

ayish alomari [Tue, Mar 27, 2007 at 05:49:31AM -0700]:

[…]
and my RT_SiteConfig.pm

Set($WebPath , “/usr/share/rt3”);

Try this:

Set($WebPath , “/”);

Nico

Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/

PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C

signature.asc (189 Bytes)