Mobile app version of vmapp.org
Login or Join
Becky754

: My site doesn't have a SSL certificate, but Google is indexing the HTTPS version Redirecting to HTTPS causes an error, Google should be indexing the HTTP version. How can I enforce that? I

@Becky754

Posted in: #301Redirect #GoogleSearch #Http #Https

Redirecting to HTTPS causes an error, Google should be indexing the HTTP version. How can I enforce that? I have no forms or logins on my website, I have no SSL certificate.

For example: Searching for paul and martin consultancy in Google returns the home page (second result) with an protocol:



And clicking this link naturally results in the following browser error:



I am using this .htaccess:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^(.*)$ www.example.com/ [R=301,L]

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Becky754

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme