Quote:
Originally Posted by femdomdestiny
|
You have to redirect your site to https ASAP because Google see your http and https versions as different sites with equally content. Just add this on your .htaccess
Code:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
And check your site on Android device.