Page 1 of 1

https

Posted: Fri Nov 05, 2021 7:05 am
by bruno
Hello
is there a tutorial to create http "S" pages

otherwise the site is cataloged as "unsecured"

Re: https

Posted: Fri Nov 05, 2021 7:10 am
by Pablo
https is related to server configuration, so you will need to contact your webhost about this.
This has nothing to to with the software.

Re: https

Posted: Fri Nov 05, 2021 9:17 am
by bruno
ok thank pablo !

Re: https

Posted: Fri Nov 05, 2021 9:39 am
by BaconFries
The 's' in the https stands for secure it allows the user to know that your site is using a SSL certificate which be shows that it safe to visit. You will need to purchase a certificate yourself or contact your host asking can they provide one for you. Note "Google" in its power of wisdom has made it a requirement to use https over http and have stated that if you don't you may find that they stop indexing your site making it not searchable. Also if you are currently using http then you will also need to do a 301 redirect to https by .htaccess as already mentioned by Pablo you will need to contact your host on this.

Re: https

Posted: Mon Apr 11, 2022 6:42 am
by bruno
ok thank becon !