Originally Posted by
chatbotfriends
No google is funny it only shows it if you paste in your site url with the https added to it if you do a search of your site it does not show it yet. IS this a delay in googles updating the site or what?
Probably because your site is not forced to https.
Try to past this code in .htaccess file:
Code:
# BEGIN AV_HTTPS
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule .* https://chatbotfriends.altervista.org%{REQUEST_URI} [L,R=301]
# END AV_HTTPS
(Google will still take a few days to update).
Bye!