inline frame with ssl
Posted: Thu Feb 07, 2019 5:46 am
I am hosted with Go Daddy. I am using WYSIWYG web Builder 10.3.4.
I have a inline frame on the bottom of my product page.
http://www.mjsscreenprinting.com/Pricing.html you can see it now
it shows fine until i add in the redirt to https
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?mjsscreenprinting\.com
RewriteRule ^(.*)$ https://www.mjsscreenprinting.com/$1 [R,L]
Then inline frame will not show up website works fine but that
without the above code my site says NOT SECURE
any help. I purchased the SSL from Go Daddy
Thanks Barry
I have a inline frame on the bottom of my product page.
http://www.mjsscreenprinting.com/Pricing.html you can see it now
it shows fine until i add in the redirt to https
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?mjsscreenprinting\.com
RewriteRule ^(.*)$ https://www.mjsscreenprinting.com/$1 [R,L]
Then inline frame will not show up website works fine but that
without the above code my site says NOT SECURE
any help. I purchased the SSL from Go Daddy
Thanks Barry