Changeset 8076
- Timestamp:
- 07/25/08 19:26:51 (4 months ago)
- Files:
-
- django/trunk/docs/fastcgi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/fastcgi.txt
r8015 r8076 357 357 358 358 In the cases where Django cannot work out the prefix correctly and where you 359 wan the original value to be used in URLs, you can set the359 want the original value to be used in URLs, you can set the 360 360 ``FORCE_SCRIPT_NAME`` setting in your main ``settings`` file. This sets the 361 361 script name uniformly for every URL served via that settings file. Thus you'll 362 need to use different settings files i syou want different sets of URLs to362 need to use different settings files if you want different sets of URLs to 363 363 have different script names in this case, but that is a rare situation. 364 364
