Hello.
I have an issue with domain mapping. I’ve tried a bunch of things, and need some help.
I mapped the domain https://ugictcgt.fr/ (and have a force ssl plugin). It works fine halfway through : when you click a httpS link or syndicoop.fr/ugict (the original sub site) it redirect to https://ugictcgt.fr/
Everything’s fine until you type or click a non http link http://ugictcgt.fr/ which redirect to my main network base site https://syndicoop.fr/ instead of the https version ! it’s driving me insane.
I’ve tried in my .htaccess :
RewriteCond %{HTTP_HOST} ^ugictcgt.fr$ [NC]
RewriteRule ^(.*)$ https://ugictcgt.fr/$1 [R=301,L]
but it doesn’t change anything.
Any ideas ?