Forum Moderators: phranque
I see in my FTP program that there are different Protocols, two of which are:
http access - Port 80
https access - Port 443
Is there a way of using .htaccess or by the host configuring at root level, as it would have to the case of shared virtual hosting, to prohibit fetching and indexing of https pages by limiting Port 443 access, even though there may be some links to secure pages?
Either way, I guess it's still not a good idea when people link to their https pages from their regular pages.
Thanks!
You can detect search engines by user-agent and IP address, and redirect any of their requests for httpS port 443 to http port 80. This is OK as long as the http/httpS content is identical. If not, then it's deceptive cloaking.
Jim
I have the same content for https as I do for http and this is causing my site problems. Doing a site: command now shows the https version of my home page.
I can't put the https in a different folder so I would just like to point the googlebot in the correct direction when going to port 443.
Thanks