It'd be nice if interworx supported a way to set a domain to redirect any http connections to https.
The recommended way seems to be via a separate vhost: https://wiki.apache.org/httpd/RedirectSSL
You can also do this through mod rewrite, but I've hit a few problems with doing it that way -- mostly around subdomains. Seems like something interworx is doing to support subdomains via mod rewrite causes redirects to not work very well (various things like redirecting to the www instead of subdomain, adding on the subdomain to the path, etc, seemed to happen no matter how I tweaked my rewrite rule).
The recommended way seems to be via a separate vhost: https://wiki.apache.org/httpd/RedirectSSL
You can also do this through mod rewrite, but I've hit a few problems with doing it that way -- mostly around subdomains. Seems like something interworx is doing to support subdomains via mod rewrite causes redirects to not work very well (various things like redirecting to the www instead of subdomain, adding on the subdomain to the path, etc, seemed to happen no matter how I tweaked my rewrite rule).