I recently added a wildcard SSL certificate to my sites. How can I get it so when a user goes the sites, it forces them to https?
The SSL covers sites in the form of *.staging.domain.com, I need it to make all those sites go to the https version. However, there is also another site on the same server that is *.domain.com which doesn't have SSL and should not redirect to https.
I've looked at using .htaccess files with redirect but not only could I not get it to work, I would like to make it a server wide change and not need a .htaccess file for every site.
I also found another problem where I can only access the https sites inside my office but nowhere else.