Hello all!
I use Rackspace Cloud for hosting and I want to redirect anything from http://www.mysite.com/store/... to https://www.mysite.com/store/...
Apparently Rackspace Cloud uses the same port for both secure and non-secure so a port redirect won't work. I'm new to htaccess, so is there a way to use mod rewrite to look for the "http" in the store and automatically change it to "https"?
TY
|