Opened 20 years ago
Closed 19 years ago
#3292 closed enhancement (worksforme)
When using tracd to only host one project, you should be able to access the project using the domain-name
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/tracd | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | pacopablo@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Lets say you use tracd to host only one project named projname. The URL to that project is http://localhost/projname. The page http://localhost gives a list of availible projects and only projname is availible. Therefore I think that http://localhost should automagically redirect to http://localhost/projname when only hosting one project.
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
comment:2 by , 19 years ago
| Cc: | added |
|---|
Actually, what you want is the -s option to tracd as it will serve it off the root (/)
comment:3 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
As pacopablo said you just need to pass the "-s" option when you only want to serve a single project.



Have you tried following the first usage example here?