[rt-users] Links After the login page.
ayish alomari
aalomari at adelphia.net
Tue Mar 27 08:49:31 EDT 2007
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
</Directory>
--------------------------------------
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
More information about the rt-users
mailing list