http and https problem

Banned
28Jun2011,11:12   #1
rkraj's Avatar
Hi,
I have a problem regarding one of my site. Actually the site is opening with https:// whereas crawled url is with http:// and when we submit the site with http:// URL then it flashes invalid URL massage. So, please guide and suggest what should I do?

Thanks a lot in advance?
Go4Expert Member
29Jun2011,16:40   #2
Webdeveloper's Avatar
Hi,

You need to check the protocols enabled for your domain on the hosting server, I think your web server has only allowed https for your domain and not http. This is very weird but can be the case.

Cheers,

~maneet
Contributor
6Jul2011,11:25   #3
linkbuilding5's Avatar
HTTPS indicates a secure site. http means that the web site is talking to your browser using the regular 'unsecured' language.
http://en.wikipedia.org/wiki/HTTP_Secure
Banned
6Jul2011,18:00   #4
seoforums85's Avatar
It is canonical issue, Remove it then your site open rightly
Banned
7Oct2011,11:17   #5
mark joshef's Avatar
hi do you know what is difference between http;// AND https;//.....if know you please suggest me..
Skilled contributor
12Oct2011,12:30   #6
Click SSL's Avatar
If your site having HTTPS:// than you surely know that your site is SSL secured. In this case you should have to redirect your all HTTP:// domains to HTTPS://. It is very simple process and you will start showing your site in your browser.

I think most websites do not allows to submit HTTPS:// domains. If your site have another team for developing than consult with them about this query.
Go4Expert Member
20Oct2011,18:30   #7
TM-Ali's Avatar
https is more secure than http. URL with https is safe for money transfer, online shopping, and internet banking........
Banned
21Oct2011,18:27   #8
icecube_media's Avatar
https is the protocol of ssl (Secure socket layer ), for secure data trasection, where as http is only transfer the data without much security.
Ambitious contributor
21Nov2011,19:25   #9
Apoorva's Avatar
Quote:
Originally Posted by seoforums85 View Post
It is canonical issue, Remove it then your site open rightly
I agreed too. It is the canonical issue. You have to resolve it otherwise the crawler consider both pages as the different one and take it as a 'duplicate content' issue.
Go4Expert Member
11Jan2012,12:48   #10
adoncia's Avatar
I am totally agree with click ssl here.