tjg184 / urlrewritefilter

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

RewriteCond with %{HTTPS} do not parse correctly #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
RewriteCond %{HTTPS} !=on
RewriteRule ^/oa/(.*) https://www.somedomain.com/oa/$1 [R=301,L,QSA]

What is the expected output? What do you see instead?
the !=on should only apply when scheme is http

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

Please provide any additional information below.

Original issue reported on code.google.com by billapep...@gmail.com on 19 Jun 2014 at 6:58