WebSite X5Help Center

 
Vassilis P.
Vassilis P.
User

Http to https  en

Автор: Vassilis P.
Просмотрено 1530, Подписчики 1, Размещенный 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

Размещено
2 Ответы
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.

Читать больше
Размещено От Albert X