Opened 20 years ago
Closed 20 years ago
#598 closed defect (fixed)
mod_python URL bug
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | general | Version: | 0.7.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When using a mod_python setup with multiple projects, as in http://projects.edgewall.com/trac/wiki/ModPython (the easy way), and I click on a project link in the project listing, the start page for that project appears. However, if I e.g. click on the timeline for that project afterwards, the project listing shows again.
It seems that there is a bug with the URLs, because the project dir is still present in the URL. If I then click the project again in the listing, the project name is twice in the link, and all subsequent links seem to work.
I discovered that if the project listing is at
/trac
I can make it work if the URL is extended by an arbitrary string like this:
/trac/somestring/project1
Then all subsequent links work.
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
Milestone: | → 0.8 |
---|
comment:2 by , 20 years ago
Status: | new → assigned |
---|
Can you upgrade to the 0.7-stable branch and add:
To your apache config and see if the problem still exists?