Page 1 of 1

I suggest module

PostPosted: 16 Feb 2016, 22:54
by lolo
Recently the server where I have installed several CMSs is offering free encryption certificate.
I have installed the certificate and I've done a 301 and displaying the page with Firefox I get a warning that all items are not secure.
Wordpress with "HTTPS WordPress" plugin and a 301 redirect is perfect.
My suggestion is a module to force the site http or https.

Previo view, here is my site: www.luxarve.com

Re: I suggest module

PostPosted: 18 Feb 2016, 14:53
by Koduc
You have an old version.
Our CMS works with https correctly from version 1.15.

Try to change in file /themes/classic/views/layouts/main.php line
Code: Select all
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700,500&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>

to
Code: Select all
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700,500&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>

Re: I suggest module

PostPosted: 15 Mar 2016, 11:50
by lolo
Perfect!!!

Thanks you!!!

Re: I suggest module

PostPosted: 14 Nov 2016, 10:10
by promo1
Awesome information, thanks for sharing