Edgewall Software

Changes between Version 30 and Version 31 of TracMultipleProjects


Ignore:
Timestamp:
Feb 13, 2005, 8:36:09 AM (19 years ago)
Author:
mrdon@…
Comment:

Nevermind, scrolled down and saw the suggestion

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v30 v31  
    1111RewriteRule ^/projects/+$                       /projects/index.html [L]
    1212RewriteCond /var/lib/trac/$1                    -d
    13 RewriteRule ^/projects/([[:alnum:]-]+)(/?.*)    /projects/trac.cgi$2 [S=1,E=TRAC_ENV:/var/lib/trac/$1]
     13RewriteRule ^/projects/([[:alnum:]]+)(/?.*)     /projects/trac.cgi$2 [S=1,E=TRAC_ENV:/var/lib/trac/$1]
    1414RewriteRule ^/projects/(.*)                     /projects/index.html
    1515