WebSite X5Help Center

 
Vassilis P.
Vassilis P.
User

Http to https  en

Author: Vassilis P.
Visited 1489, Followers 1, Shared 0  

I have a fully working website created with version 10. I bought an ssl protocol,

witch was uploaded to the server automatically. What do i have to do next so

the inside the site links are now in https form? 

Thank you

Posted on the
2 ANSWERS
Albert X
Albert X
User

Hello.

I think you now need to edit your .htaccess file and automatically redirect your visitors from HTTP to HTTPS.

This code was provided to me by OVH and it works perfectly for my site:

RewriteEngine On
RewriteCond% {SERVER_PORT} 80
RewriteRule ^ (. *) $ Https://www.yourdomain.com/$1 [R, L]

CLDT - JSP.

Read more
Posted on the from Albert X