Hi,
I have a simple problem but don't find the solution:
I want to redirect all urls containing: ?arg=login AND ?arg=order to https.
in clear words:
http ://www.domain.com?arg=login&other params..
http ://www.domain.com?arg=order&other params..
into
[
domain.com?arg=login&other...] params..
[
domain.com?arg=order&other...] params..
at the same time I want to to switch back from https into http if params do not match.
Thank you.
Thank you.