Edgewall Software

Changes between Version 65 and Version 66 of TracMultipleProjects


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

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v65 v66  
    270270}}}
    271271 * 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)
    272  * Add the following mod_rewrite rules:
    273 {{{
    274     RewriteEngine on
    275     RewriteRule ^/cgi-bin/trac.fcgi/projects$                        /projects/projectname [R,L,NS]
    276 }}}
    277 
    278 Strangely 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.
    279272
    280273-------