Actions
Feature #1522
closedadd option to mod_rewrite to make case insensitive matches/replaces
ASK QUESTIONS IN Forums:
Description
Some CMS don't care about the difference in URL's like:
http://some.cms/index.php?DOCID=123
http://some.cms/index.php?docid=123
http://some.cms/index.php?Docid=123
http://some.cms/index.php?DoCiD=123
but it's a huge difference with mod_rewrite, because there's no option to make a case-insensitive match for ie.
http://some.cms/docid/123
that also matches
http://some.cms/DoCiD/123
So an option to make the RegEx Engine in mod_rewrite honor a "i"-Option would be an enhancement.
-- laph
Updated by glen almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom