Mobile app version of vmapp.org
Login or Join
Twilah146

: Non HTTPS site is indexed as HTTPS in Google Search I have hosted a site over shared hosting (ipage) and not have setup SSL certificate (which I don't need), but some how Google have indexed

@Twilah146

Posted in: #GoogleIndex #Htaccess #Https #Seo

I have hosted a site over shared hosting (ipage) and not have setup SSL certificate (which I don't need), but some how Google have indexed it as HTTPS link which popup security error on opening it. Check here.

I tried with 301 redirection by adding following in my .htaccess file:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule .* %{HTTP_HOST}%{REQUEST_URI} </IfModule>


But no luck with this. It may be because I am using shared hosting.

Only homepage is indexed as https other pages are indexed fine.

Is there any other way to tell Google to index it as HTTP instead of HTTPS?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Twilah146

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme