Edgewall Software

Opened 19 years ago

Last modified 19 years ago

#1287 closed defect

Doc on TracMultipleProjects — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.8.1
Severity: normal Keywords: documentation install
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I am using the 0.8.1 version on Windows 2000 with Apache. I followed the instructions on TracMultipleProjects, but didn’t worked until I changed this: RewriteRule /projects/(:alnum:+)(/?.*) /projects/trac.cgi$2 [S=1,E=TRAC_ENV:c:/svn/$1] to this: RewriteRule /projects/(:alnum:+)(/?.*) /proyectos/trac.cgi$2 [S=1,E=TRAC_ENV:c:/svn/$1.db]

And this: Alias /trac/ "C:/Python23/share/trac/htdocs" to this: Alias /projects/ "C:/Python23/share/trac/htdocs"

Change History (0)

Note: See TracTickets for help on using tickets.