inline frame with ssl

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Christyb7990
 
 
Posts: 22
Joined: Thu Feb 07, 2019 4:59 am

inline frame with ssl

Post by Christyb7990 »

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
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: inline frame with ssl

Post by Pablo »

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.
Christyb7990
 
 
Posts: 22
Joined: Thu Feb 07, 2019 4:59 am

Re: inline frame with ssl

Post by Christyb7990 »

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
User avatar
BaconFries
 
 
Posts: 5640
Joined: Thu Aug 16, 2007 7:32 pm

Re: inline frame with ssl

Post by BaconFries »

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.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: inline frame with ssl

Post by Pablo »

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.
Post Reply