Opened 17 years ago
Closed 13 years ago
#9270 closed Cleanup/optimization (fixed)
Docs: FORCE_SCRIPT_NAME Syntax
| Reported by: | Thomas Güttler | Owned by: | Malcolm Tredinnick | 
|---|---|---|---|
| Component: | Core (URLs) | Version: | 1.0 | 
| Severity: | Normal | Keywords: | |
| Cc: | hv@… | Triage Stage: | Accepted | 
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Please add to docs/ref/settings.txt
FORCE_SCRIPT_NAME ...
If set, the string should start with a slash but end without slash. E.g. /my_wsgi_scriptalias
I have no sphinx build environment. If I had, I would supply a patch.
Change History (6)
comment:1 by , 17 years ago
| Component: | Documentation → Core framework | 
|---|---|
| Owner: | changed from to | 
| Triage Stage: | Unreviewed → Accepted | 
comment:2 by , 14 years ago
| Severity: | → Normal | 
|---|---|
| Type: | → Cleanup/optimization | 
comment:5 by , 13 years ago
| Component: | Core (Other) → Core (URLs) | 
|---|
comment:6 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
This was fixed as part of #20169.
  Note:
 See   TracTickets
 for help on using tickets.
    
I think I'd prefer to fix the root problem here and handle a trailing slash on the name, just as with directory paths and the like. It's too easy a mistake to make.