View Single Post
Old 02-09-2017, 02:40 PM  
bgmen
Confirmed User
 
Industry Role:
Join Date: Aug 2016
Posts: 196
Quote:
Originally Posted by femdomdestiny View Post
I've just figured out that a test site already has SSL coming with a free WP plugin from Cloudflare that was recently installed. So what should I do now? Because there is also a regular http version at :

Femdom reviews - Femdom site reviews with femdom photos and videos
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.
bgmen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote