I am trying to create a SINGLE rewrite rule (to avoid multiple 301 redirects) that would turn all requests to https, lowercase, www-prefixed.
So, http://example.com/Page would be https://www.example.com/page - all within a single rule.
How can I do this?