I am using a multisite wordpress site and I want to redirect some webpages to a main website.the main website is https://www.example.comI have other domain names like www.example.FR and www.example.DE, www.other.FI ... and I want to redirect them to the main website. (i only have the domain names, no websites are linked)The ONLY ssl certificate I have is example.com
I made redirects for port 80 with <VirtualHost *:80> .... Redirect permanent / https://www.example.com/ --> this is working fine when trying to open http://www.example.DE
However I can't find any solution to also redirect the https:// websites. they all fail with the warning: Potential Security Risk Ahead but when accepting the risk the site is redirecting.
Is there any possibility to redirect https://example.FR to https://example.com without having a example.FR certificate?
Thanks a lot for your help