Redirecting http traffic to https in Apache without using mod_rewrite
问题 I am trying a pretty simple thing that I would normally do using a RewriteRule (and which works perfectly when I do). My goal: Force certain (not all) URLs to use the https protocol. Caveats: Apache is behind a crypto-offloader. We would like a single virtual host that deals with both the unencrypted and the decrypted traffic. The offloader forwards all traffic to the same port and sets the X-Forwarded-Proto header. (It also sets the new Forwarded header for future compatibility, but I will