Multiple Trac projects
Posted
by fampinheiro
on Stack Overflow
See other posts from Stack Overflow
or by fampinheiro
Published on 2010-04-23T13:52:01Z
Indexed on
2010/04/23
13:53 UTC
Read the original article
Hit count: 403
I'm building an integrated system where I am using Trac for wiki support running on apache webserver 2.2.
I had this idea to have a folder structure that is not \Trac\Project but something a little more complex. I want my filesystem structure to be like:
-Trac -SomeContext -... -Project1 -Project2 -SomeOtherContext -... -Project1 -Project2
I would like to access them with the url matching their filesystem location (ie: site.com\trac\SomeContext...\Project1). From what i understand about trac only the folders in \Trac\ are searched with no depth other than the root.
How can i solve this problem?
© Stack Overflow or respective owner