[rt-users] You don't have permission to access /rt on this server

zhou jian sunzhoujian at yahoo.com
Fri Feb 24 16:26:59 EST 2006


 Alias /rt "/opt/rt3/share/html"
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Directory /opt/rt3/share/html>
  AllowOverride All
  Options ExecCGI FollowSymLinks
  <IfModule mod_access.c>
        Order allow,deny
      Allow from all
  </IfModule>
</Directory>
                                                      
                         
<Location /rt>
 # RewriteEngine On
  RedirectMatch permanent (.*)/$ $1/index.html
  AddDefaultCharset UTF-8
  SetHandler perl-script
  PerlHandler RT::Mason
</Location>


I used as you suggested. However, it still doesn't
work. Is that because I installed RT with root user?

--- Nadeem Shahbaz <nadeem.shahbaz at prog.awpdc.com>
wrote:

> 
> 
> zhou jian wrote:
> > <Location /opt/rt3/share/html>
> 
> Use
> <Directory /opt/rt3/share/html>
> or
> <Location /rt>
> 
> Because Location directive always use when
> restricting objects in
> webspace. And Directory directive use to restrict
> object in filessytem
> 
> Nadeem
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the rt-users mailing list