RE: Hello FREE SSL Certificate
July 25, 2016 at 5:15 am
(This post was last modified: July 25, 2016 at 6:24 am by Aractus.)
Hello A+ security:
![[Image: aractus-ssl-a+.png]](https://blog.aractus.com/images/aractus-ssl-a+.png)
How you ask? Well I already instructed the "server" to redirect http requests, I simply removed the redirect and added replaced it with HTTP Strict Transport Security (HSTS). Basically this one line in .htaccess file (or httpd.conf) will do it:
It does however still act as a redirect - the browser gets a 302 code returned with the redirect url.
![[Image: aractus-ssl-a+.png]](https://blog.aractus.com/images/aractus-ssl-a+.png)
How you ask? Well I already instructed the "server" to redirect http requests, I simply removed the redirect and added replaced it with HTTP Strict Transport Security (HSTS). Basically this one line in .htaccess file (or httpd.conf) will do it:
Code:
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
It does however still act as a redirect - the browser gets a 302 code returned with the redirect url.
For Religion & Health see:[/b][/size] Williams & Sternthal. (2007). Spirituality, religion and health: Evidence and research directions. Med. J. Aust., 186(10), S47-S50. -LINK
The WIN/Gallup End of Year Survey 2013 found the US was perceived to be the greatest threat to world peace by a huge margin, with 24% of respondents fearful of the US followed by: 8% for Pakistan, and 6% for China. This was followed by 5% each for: Afghanistan, Iran, Israel, North Korea. -LINK
"That's disgusting. There were clean athletes out there that have had their whole careers ruined by people like Lance Armstrong who just bended thoughts to fit their circumstances. He didn't look up cheating because he wanted to stop, he wanted to justify what he was doing and to keep that continuing on." - Nicole Cooke
The WIN/Gallup End of Year Survey 2013 found the US was perceived to be the greatest threat to world peace by a huge margin, with 24% of respondents fearful of the US followed by: 8% for Pakistan, and 6% for China. This was followed by 5% each for: Afghanistan, Iran, Israel, North Korea. -LINK
"That's disgusting. There were clean athletes out there that have had their whole careers ruined by people like Lance Armstrong who just bended thoughts to fit their circumstances. He didn't look up cheating because he wanted to stop, he wanted to justify what he was doing and to keep that continuing on." - Nicole Cooke