Edgewall Software

Changes between Version 55 and Version 56 of TracMultipleProjects


Ignore:
Timestamp:
Jul 29, 2005, 11:59:46 PM (19 years ago)
Author:
bda@…
Comment:

Assuming at typo on the TRAC_ENV for Apache 1.3 line? (Was $1, not $2?)

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v55 v56  
    6565RewriteRule ^/projects/+$                       /projects/index.html [L]
    6666RewriteCond /var/lib/trac/$1                    -d
    67 RewriteRule ^/projects/([[:alnum:]]+)(/?.*)     /projects/trac.cgi$2 [S=1,E=TRAC_ENV:/var/lib/trac/$1]
     67RewriteRule ^/projects/([[:alnum:]]+)(/?.*)     /projects/trac.cgi$2 [S=1,E=TRAC_ENV:/var/lib/trac/$2]
    6868RewriteRule ^/projects/(.*)                     /projects/index.html
    6969