WebSite X5Help Center

 
Vaclav Danco
Vaclav Danco
User

Please, how "change http to https" in website sw? Thank you :-)  en

Author: Vaclav Danco
Visited 4557, Followers 1, Shared 0  

Hi, please, will you hel me with redirection Please, how "change http to https" in website build in Website? (Certicates by webhoster we have.) Thank you. vaclav

Posted on the
5 ANSWERS
ANI B.
ANI B.
User

Hey Vaclav,

Tell me which web hosting provider you are using and what is the Hosting Plan Name so that I can check if your provider provides SSL Certificate with your plan or not?

Generally for maximum web hosting provider its same to activate the SSL Certificate.

If you have purchase a plan from your provider then login to your Web Hosting Provider's Control Panel Account>You will see a SSL or SSL Certificate option there>Select the option and select the checkbox 'On' from the 'On' and 'Off' option>Then select the Terms and Conditions if any>Then save it>Generally it takes 24-48 hours to issue your SSL Certificate>After that open you Website X5 Software>Select your project>In Step 1: Settings, enter your website url with https in the Website Address (URL) box like https://www.yourwebsite.com>Then Go the Step 5:Export>Then export your project

You website url will be shown as https://www.yourwebsite.com after 24-48 hours of activation of your SSL Certificate.

Please remeber that you have to verify your website 'https://www.yourwebste.com' from search engines where you want to display your website like Google, Bing, Yahoo etc.

Hope this will help you

Keep asking if you have any doubts

Thank you

Read more
Posted on the from ANI B.
FABRE Danielle
FABRE Danielle
User

Hey Vaclav,

In some hosts, the certificate is activated immediately.
Follow the recommendations of Ani.
BUT then, you must make sure that all links and pages of your site are redirected to your secure site.

You must embed a .htaccess file at the root of your site (with Filezilla or other web transfer).
Follow the instructions on this post.

https://helpcenter.websitex5.com/en/post/184491


We can help you if necessary.

Regards,

Danielle

Read more
Posted on the from FABRE Danielle
Andrzej K.
Andrzej K.
User

I did it in such way: instal ssl certificate (free one), add lines to htaccess:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

and there were no need to change website or In Step 1: Settings add https:// instead of http://

website and hosting at superhost.pl, everything works perfect.

Read more
Posted on the from Andrzej K.
Vaclav Danco
Vaclav Danco
User
Author

Thank you all, Friends, I will do it. Thanks!

Read more
Posted on the from Vaclav Danco
Vaclav Danco
Vaclav Danco
User
Author

Great! Thank You All! It is simple.

Read more
Posted on the from Vaclav Danco