Forum Moderators: phranque
This is rule that I have within my ssl.conf listening on port 4443 (SSLEngine on). I want to redirect the user from HTTPS to HTTP (so once logged in, I move them back to a non secure environment). I use a DispatchAction (Struts) which has the following query parameter login.do?method=showMainHome. Now if I comment the rewriteCond, the rule is executed and goes to port 6666, however if I put back rewriteCond the query String never match my RegExp for unknown reasons.... I am lost! Can anyone help me on that one, am I doing something stupid? (I am kind of new to Apache btw)
Regards.
Francois
;)