Mobile View Issue
Auteur : S. Mese
Visité 704,
Followers 1,
Partagé 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?
Posté le
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.