Project

General

Profile

Actions

Feature #1522

closed

add option to mod_rewrite to make case insensitive matches/replaces

Added by Anonymous over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_rewrite
Target version:
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

Actions #1

Updated by glen over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid

there is:


(?i)docid

see extended patterns from: http://perldoc.perl.org/perlre.html

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom