internal links changing from HTTP to HTTPS

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
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

internal links changing from HTTP to HTTPS

Post by Diogenes »

Hello. My provider installed SLL certificate for my page. Now they told me to chagne internal links from HTTP to HTTPS. I am not expert here so I am asking. What is there way to do it in WWB? Or other way? Thanks
alan_sh
 
 
Posts: 1894
Joined: Tue Jan 01, 2019 5:50 pm

Re: internal links changing from HTTP to HTTPS

Post by alan_sh »

WWB doesn't care. Use .htaccess on the server to force https.

Something like this should work.

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]

Alan
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: internal links changing from HTTP to HTTPS

Post by Pablo »

You do not have to change internal links. Internal links use relative paths, so they're updated automatically.
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Re: internal links changing from HTTP to HTTPS

Post by Diogenes »

Thank you Alan and Pablo, to follow all the new things is not my cup of tee, but I try to meet SEO rules. Now I have LOCK icon of the padlock but is not green, just gray. I have no external links, just my own images. Why it is not fully secured then? Or is it?
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: internal links changing from HTTP to HTTPS

Post by Pablo »

It is difficult to say anything meaningful about this without seeing the website.
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Re: internal links changing from HTTP to HTTPS

Post by Diogenes »

https://www.valovic.art/
still working on it. changing google font now...
btw I had to remove site search as it makes problems on android.. cart disappeared
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: internal links changing from HTTP to HTTPS

Post by Pablo »

There are links to Facebook and twitter which use http instead of https
Also, there is a reference to http://schema.org/ instead of https://schema.org/
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Re: internal links changing from HTTP to HTTPS

Post by Diogenes »

You are right Pablo. I do not use those socials...did not realise.. But for the http://schema.org/ I do not see simple way to change it. Can you help here too please. Thank you for such a acumen approach!
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: internal links changing from HTTP to HTTPS

Post by Pablo »

It looks like you have used the buil- in 'Structure Data' object so there is nothing you will need to change.
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Re: internal links changing from HTTP to HTTPS

Post by Diogenes »

OK then my page will be considered as not fully secured (no green padlock just gray)? Even If I have SLL certificate, no unsecured links and so? Maybe question for others but is there anything I can do better for SEO https from WWB point of view?
User avatar
Bluesman
 
 
Posts: 1205
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: internal links changing from HTTP to HTTPS

Post by Bluesman »

Diogenes wrote: Sun Dec 12, 2021 12:00 pm OK then my page will be considered as not fully secured (no green padlock just gray)? Even If I have SLL certificate, no unsecured links and so? Maybe question for others but is there anything I can do better for SEO https from WWB point of view?
Hi "Diogenes". I checked my sites and the padlock is grey/black for me to. If I remember correct it was in the old "Explorer" browser it showed up green??
It does not show green in any of my modern browsers... Edge, Chrome....
"Make My Day"

See my Website
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: internal links changing from HTTP to HTTPS

Post by Pablo »

OK then my page will be considered as not fully secured (no green padlock just gray)? E
I don't think this has anything to do with WWB. You will make sure all your (external) links are https.
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Re: internal links changing from HTTP to HTTPS

Post by Diogenes »

OK Pablo if the schema.org link is considered as not external them I am fine. Well I would be fine anyway, but just to understand it.

Bluessman, I see some sites in my browser with green lock padlock and some with gray lock or unlock red. Usually the banks has green and we ordinary mortals gray. But I am not sure this my opinion will be accepted by SEO experts.
User avatar
gofrank
 
 
Posts: 199
Joined: Sun Dec 30, 2007 2:43 am
Location: Florida, USA

Re: internal links changing from HTTP to HTTPS

Post by gofrank »

The color of the lock icon depends on the type of SSL employed on the site. The green lock indicates an "EV" certificate (extended) that offers a higher level of assurance and is six times more expensive than the "regular" DV certificate. Both are considered secure with regard to SEO.
Billing clients for your freelance work? Try Minute-2-Minute, the project management, timing, and billing system. Perfect for web developers who charge by the hour. FREE 45-day trial.
Post Reply