Edgewall Software

Changes between Version 52 and Version 53 of TracMultipleProjects


Ignore:
Timestamp:
May 30, 2005, 9:59:20 PM (19 years ago)
Author:
Grunt
Comment:

"this file" in question is "rewrite.load", naturally.

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v52 v53  
    2525}}}
    2626
    27 Don't forget to check that the {{{LoadModule}}} line in this file [which file??] is uncommented :
     27Don't forget to check that the {{{LoadModule}}} line in this file ({{{rewrite.load}}}) is uncommented :
    2828
    2929{{{
     
    105105RewriteRule ^/projects/+$                       /projects/index.cgi [L]
    106106RewriteCond /var/lib/trac/$1                    -d
     107
    107108RewriteRule ^/projects/([[:alnum:]]+)(/?.*)     /projects/trac.cgi$2 [S=1,E=TRAC_ENV:/var/lib/trac/$1]
    108109RewriteRule ^/projects/(.*)                     /projects/index.cgi