i have enabled LetsEncryot for many of my sites that have the from https://example.com all works fairly well. but all my sites are also listed in a www301 with all my sites listed therein as http://www.example.com etc how to do i also make these sites HTTPS? i.e. all the www.examples.com addresses to also be https compliant? Should i edited them all to say https://www.example.com etc?? thanks for any insights Or is their perhaps an .htaccess trick to accomplish a redirect asked 06 Oct '18, 05:42 baba |
You would set up SSL as you did with the base domain then set up a redirect. answered 06 Oct '18, 06:20 johns not sure i follow ... but will try it out
(09 Oct '18, 04:57)
baba
going crazy. I am unable to have www.example.ca go to https here is my redirect in my .htacces fiel: RewriteEngine On RewriteCond %{HTTP:X-Forwarded-SSL} !on RewriteCond %{REQUEST_URI} !^/(.well-known)(/|$) RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
(29 Oct '18, 05:34)
baba
Send us a support ticket. It is difficult to see exactly what the error is without looking directly.
(29 Oct '18, 05:48)
johns
|