Modify ↓
#4077 closed defect (worksforme)
login or logout will redirect to an err url in Tracstandalone single project mode
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10 |
| Severity: | normal | Keywords: | login, logout |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When I login or logout, the url will redirect to http://localhost/trac.db. But the ./trac.db is not exist.
the err msg is
No handler matched request to /trac.db
I used a standalone with single project option.
tracd -p 80 -s -a…
my env:
- windows 2003 & sp1
- Python 2.4.3
- trac 0.10
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Milestone: | 0.10.1 |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



It looks like your TracIni is messed up; you probably have there:
where you wanted to have only the hostname (as you're using the
-soption for TracStandalone):However, with localhost you won't be able to access Trac from other machines… but maybe that's what you want, I don't know.