Edgewall Software

Changes between Version 63 and Version 64 of TracMultipleProjects


Ignore:
Timestamp:
Oct 18, 2005, 11:06:23 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v63 v64  
    268268 * Add the <Location "/projects/projectname/login"> directive as mentioned above for each project (I have two Location directives for each project, one for /projects/projectname/login and one for /cgi-bin/trac.fcgi/projectname/login)
    269269 * Add the following mod_rewrite rules:
    270    {{{ RewriteEngine on
    271        RewriteRule ^/cgi-bin/trac.fcgi/projects$                        /projects/projectname [R,L,NS]
    272    }}}
     270{{{
     271    RewriteEngine on
     272    RewriteRule ^/cgi-bin/trac.fcgi/projects$                        /projects/projectname [R,L,NS]
     273}}}
    273274
    274275Strangely enough, the one rewrite rule for just one project gets it working for both my projects. I'm not sure what that's all about but hey it works.