Multiple domains & 1 SSL certificate
Currently I have three domain names: .eu, .nl, .com. The .eu extension has a SSL certificate. The .nl and .com domain names redirect to https-domainname.eu.
Now, when you navigate to http.eu, http.nl and http.com you will be directed to https.eu
But if the visitor goes to https.nl or https.com (the domain names that only redirect to .eu and dont have a SSL certificate) he will see the "Your connection is not private" page. This is of course highly undesirable.
I know this is because those two domains don't have a certificate. But is there a way to make this work: redirect the https variants of .nl & .com to https.eu (with one certificate)?
I am quite new to SSL certificates and would like to lean more about it, if you have further questions, please ask. Any advice is appreciated!
-
Hello, The following StackOverflow thread should provide you with some Mod_Rewrite rule examples to use in your .htaccess file: Manage AutoSSL - Documentation - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
1 comment