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
inline frame with ssl
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: inline frame with ssl
First please note that version 10 is not longer supported.
If your page is https then you should also make all links in your page https.
If your page is https then you should also make all links in your page https.
-
-
- Posts: 22
- Joined: Thu Feb 07, 2019 4:59 am
Re: inline frame with ssl
So if i buy Version 14 now you will answer the question in a way i can understand.
I don,t know how two do that.
Thanks
Barry
I don,t know how two do that.
Thanks
Barry
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: inline frame with ssl
The answer would still be the same. Since you are now using https rather than http all and any links used within your site must also use https including those in the iframe. It also looks like you already know how to to this as you are using .htacess to do the redirect from http to https.
Re: inline frame with ssl
Note that this has nothing to do with the software. This is a security feature of the browser.
If your page is https then all (inline frame) links in the page should also be https.
If your page is https then all (inline frame) links in the page should also be https.