tjg184 / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

ModRewrite conditions don't support flags #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
RewriteCond %{HTTP_HOST} ^(.*)from\\.com$ [NC]

What is the expected output? What do you see instead?
the [NC] should be parsed as a flag and properly set case insensitivity.

What version of the product are you using? On what operating system?
4.0.4

Please provide any additional information below.
The flags should be parsed similarly to the Rule flag parsing.

Original issue reported on code.google.com by billapep...@gmail.com on 16 Jun 2014 at 7:17