i need to create a rewrite rule to redirect my page from
http://example.com to https://example.com.
But in the case that the client opened the page with any GET parameter, it should remain the same without any redirecting. For example:
http://example.com/index.phpshould redirect tohttps://example.com/index.phphttp://example.com/index.php?param1=val1should not redirect.