Changes between Initial Version and Version 1 of Ticket #17133, comment 3
- Timestamp:
- Oct 23, 2012, 9:22:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17133, comment 3
initial v1 1 1 This is definitely a Django bug, given that Apache/mod_wsgi is as it is. 2 2 Here are the variables for my case: 3 3 {{{ 4 4 SCRIPT_URL = '/mst/milestones//accounts/login//help' 5 5 PATH_INFO = u'/milestones/accounts/login/help' 6 6 7 7 SCRIPT_NAME = u'/mst/m' 8 8 }}} 9 9 The correct SCRIPT_NAME would be just u'/mst'.