Ticket #1871 (closed defect: wontfix)
TracMultipleProjectsWindows - 3rd RewriteRule not reached?
| Reported by: | Ming | Owned by: | daniel |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | project | Version: | 0.8.4 |
| Severity: | trivial | Keywords: | documentation needinfo |
| Cc: |
Description
On TracMultipleProjectsWindows :
RewriteRule ^/projects/+$ /projects/index.html [L] #RewriteCond /var/lib/trac/$1 -d # following rule check TRAC_ENV, after $1 you may need to add '.db' if based on Trac install RewriteRule ^/projects/([[:alnum:]]+)(/?.*) /projects/trac.cgi$2 [S=1,E=TRAC_ENV:c:/svn/$1] RewriteRule ^/projects/(.*) /projects/index.html
1st rule successfully redirects http://<hostname>/projects -> http://<hostname>/projects/index.html
2nd rule successfully redirects existing projects to http://<hostname>/projects/<projectname>
3rd rule can't seem to catch non-existing projects?
Thanks!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


