Page is a not externally linkable
g1smd - 12:01 am on Jan 15, 2013 (gmt 0)
Correct. That code redirects everything to http and www.
If you have part of a site using https, then you'll need another rule for that, redirecting to https.
To make it all work, both of the rules will need extra preceding conditions: one testing the requested port is ^443$ or !^443$ and the other testing the requested path and file that should be http or should be https.