Site Running on HTTP & HTTPS

Posted By: vaniaul ()
Posted On: 2008-Jan-23 12:35

Hello Everyone,

My client's site is running on two headers:
1. HTTP
2. HTTPS

The client says that this is done for secure transaction reason.

Q1. Is Google viewing it as two duplicate sites?

Q2. Please recommend a way for resolving this.

Thanks in advance for all your help and advice!


Posted By: Dinkar (Staff)
Posted On: 2008-Jan-23 14:10

1. Yes.

2. Use robots.txt file to disallow indexing the HTTPS version.


Posted By: g1smd (Staff)
Posted On: 2008-Jan-23 20:30

Only allow HTTPS for the parts of the site that really need to be secure. Stop access to secure URLs on the rest of the site.

If you use Apache webserver there are a number of ways to achieve this.