Http to https
Autor: Vassilis P.
Besucht 1763,
Followers 1,
Geteilt 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
Gepostet am
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.
Hi Wassilis,
Jean-Serge is right.
Take a look here https://helpcenter.websitex5.com/de/post/186119
I gave some explanation to help users.
Regards,
Danielle