﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13625	FORCE_SCRIPT_NAME bug	liangent	nobody	"I'm using FastCGI with the configuration:

FORCE_SCRIPT_NAME = '/path'

In rewrite rules, ""/path/something"" is rewritten to ""/path/site.fcgi/something"" (""something"" can be blank) and ""/path"" is rewritten to ""/path/site.fcgi""

If I visit ""/path/"", ""{{{^$}}}"" is matched from urlconf, which is correct.
If I visit ""/path"", it looks ""{{{^path$}}}"" is trying to be matched from urlconf, which is incorrect."		closed	Core (Other)	dev		worksforme			Unreviewed	0	0	0	0	0	0
