[ad_2]
Google to begin boosting SSL secured websites over non-secure sites in their search engine results.
source
[ad_1]
Leave a Reply
Want to join the discussion?Feel free to contribute!
[ad_2]
Google to begin boosting SSL secured websites over non-secure sites in their search engine results.
source
[ad_1]
May want to fix the SSL on your own site. It's broken and giving the nasty warning!
this is a good way to beat your competition for a local niche since most local businesses have crappy websites anyway and won't be aware of this
Yes, It's Google officially announced. I got free ssl certificate from Comodo.
I come from 2015. SSLs are free on CloudFlare.
Adam would you like to have a bite of my snickers bar 🙂
shouldn't https://ssl site also be a good way to prevent companies like verizon from adding their own identifiers(http://webpolicy.org/2014/10/24/how-verizons-advertising-header-works) and provide more privacy to the users?
Thanks for sharing ….
Thanks Adam. You are the Best.
Please when are taking us through to PHP Framework, that is PHP MVC
hi adam.. could you please make a video on … how post sharing works to public private or friends in php.. thats very imp for me pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.
Any1 got a link to the google news?
I think after all or most sites are secure with SSL. Google will rank sites based on the relevancy and quality of the SSL certificate on individual sites.
thank you Adam
Hello Adam, Never said this before but THANKS to you and developphp.com I now make a living developing websites and make a comfortable living I may add. I have been with you since you quite your job to do this. I even reuse some of your work
THANK YOU!
Everyone here are two option to force https
.htaccess method:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
php option this is not the best option but if for some reason your host disable htaccess:
function forceHTTPS(){ $httpsURL = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if( count( $_POST )>0 ) die( 'Page should be accessed with HTTPS, but a POST Submission has been sent here. Adjust the form to point to '.$httpsURL ); if( !isset( $_SERVER['HTTPS'] ) || $_SERVER['HTTPS']!=='on' ){ if( !headers_sent() ){ header( "Status: 301 Moved Permanently" ); header( "Location: $httpsURL" ); exit(); }else{ die( '<script type="javascript">document.location.href="'.$httpsURL.'";</script>' ); } } }
Not sure how I feel about this…. forcing payout for small brochure sites is underhanded
Hi Adam
First … THANK YOU for the incredible programming knowledge you've been putting out there … that BENEFITS ALL.
RE SSL
A few months back I heard in the news that Google wants to secure transmission of information because of the NSA problem we have.
I suspect that it's googles intention to promote, in any way they can, SECURE lines to protect said transmission.
2222
2222
SSL should be free and easy to install for all sites as part of any hosting. It should be a standard IMHO. If this move by Google makes that happen faster, then God bless.
You said you can get free weaker ssl certificates. Where do i get one of these??
I believe Google is doing this to increase the amount of encrypted websites due to the NSA and other government agencies. They have already realised a chrome plugin called end to end for encrypting traffic.
Thank you for the advice, sir!!
I get it if your site is an e-commerce site or if u handle people's credit card information, but it seems pointless if your site is just for informational purposes, like the site for a small family owned business. Kind of overkill to me.
thanx, &please, i need tutorial in security, (http injections,session hijacking,session fixation,and xss attacks).
What if I use WordPress?
Thanks for the notice sincerely but I dont think all sites will be SSL so surely your related point about it is moot. There will still surely be sites that have no SSL even if it is a minority and surely those sites will still be ranked by Google. If not Google than other search engines. Even if Google do require it should we let them force us?
oooo some hosts and ssl sellers are going to make some cash
I find this interesting because your site isn't SSL protected, and i wonder if you will make it so 😛
The thing I don't understand is why google care if pages are SSL protected.