WebSite X5Help Center

 
S. Mese
S. Mese
User

Mobile View Issue  en

Autore: S. Mese
Visite 634, Followers 1, Condiviso 0  

Hello there. My website does not appear as a mobile version on the internet despite my mobile version. The mobile version appears without an SSL connection. Where is the problem?

Postato il
1 RISPOSTE - 1 CORRETTO
Esahc ..
Esahc ..
Moderator

Sinan, SSL is not a function of WX5, it is a function of your hosting.

It appears that a secure site is available to you because if you enter the full address with https it does indeed come up as secure.

Assuming you are on a linux server you need to add the following to the .htaccess file

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

I recommend you use filezilla or similar.

Leggi di più
Postato il da Esahc ..