TimeHorse Thank you! If I turned off HTTPS then it would allow both HTTP and HTTPS redirects?
No, I'm not saying that setting is causing the problem. I'm saying it lets you circumvent the problem.
I'll let you know when I've sorted out the actual problem, ie why HTTPS
doesn't seems to work as a rewrite condition. In the meantime I recommend leaving the setting configured (since you are already using it) and use the rewrite example I provided.
TimeHorse Also, I was looking into cloaked forwarding and saw that most people have the forwards go through a proxy via mod_proxy. Do we have a proxy on the Apache service? Is mod_proxy installed and will this work for cloaked forwards?
You can do cloaked forwarding to HTTP URLs, but not to HTTPS URLs. Here's an example for a HTTP URL:
RewriteRule ^(.*)$ http://domain.com/$1 [P,L]
You might be able to do this for HTTPS URLs via a private stack with whatever httpd configuration it requires.
TimeHorse Where is the HTTPS Redirection Option configured?
- Go to https://my.opalstack.com/domains/.
- Click the Edit icon for your site in the lower section of the page.
- Enable the "Encrypt All Traffic?" option.
- Click "Update Site" to save the changes.
Again, I recommend leaving it enabled for now.