1 replies
Quick question is you can help me out.

If I have a 301 direct that makes anyone type in HTTPS to go to HTTP

Code:
#HTTPS to HTTP
RewriteEngine On
RewriteBase /
RewriteCond %{ENV:HTTPS} on [NC]
RewriteRule ^(.*)$ http//www(dot)domain.com/$1 [R,L]
If a competitor puts a link to my site https// www(dot)domain.com/about

Would Google switch to indexing the http: because of the redirect
or it will still index the https?
#https #indexing

Trending Topics