Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
https
.
Show all posts
Showing posts with label
https
.
Show all posts
Monday, September 9, 2013
Redirect your site to https and www using htaccess
›
<ifmodule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] Rewrite...
Tuesday, July 23, 2013
Create Self-Signed Certificate Windows
›
At first install OpenSSL in your windows machine. Several files related to your your SSL certificate will be created in this section, s...
Redirect To SSL Using Apache’s .htaccess
›
There are plenty of times I want to require users to be accessing a site only via SSL. My first try at this was to simple create a .htacces...
Thursday, April 25, 2013
cURL in PHP to access HTTPS (SSL/TLS) protected sites
›
The problem From PHP , you can access the useful cURL Library (libcurl) to make requests to URLs using a variety of protocols such as...
›
Home
View web version