WebSite X5Help Center

 
S. Mese
S. Mese
User

Mobile View Issue  en

Author: S. Mese
Visited 633, Followers 1, Shared 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?

Posted on the
1 ANSWERS - 1 CORRECT
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.

Read more
Posted on the from Esahc ..