Index: django/core/handlers/base.py =================================================================== --- django/core/handlers/base.py (revision 16784) +++ django/core/handlers/base.py (working copy) @@ -%ld,%ld +%ld,%ld @@ Returns the equivalent of the HTTP request's SCRIPT_NAME environment variable. If Apache mod_rewrite has been used, returns what would have been the script name prior to any rewriting (so it's the script name as seen - from the client's perspective), unless DJANGO_USE_POST_REWRITE is set (to + from the client's perspective), unless FORCE_SCRIPT_NAME is set (to anything). """ from django.conf import settings