Mobile View Issue
Autor: S. Mese
Visited 700,
Followers 1,
Udostępniony 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
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.