Monthly Archives: November 2011

WordPress, HTTPS, CDN and W3 Total Cache

I’ve worked with a few sites recently that use HTTPS to secure certain parts of there site and also a couple of pages here are SSL protected due to the data captured. If you use the W3 Total Cache plugin like I do, and I really recommend that you do if you have a wordpress site,

Read more ›

Posted in General, Security
Tags: , , , , , , ,

Nginx and SSL – PHP Redirect Loops

Small post, I’ve been struggling a little with getting ssl to work reliably with https. specifically relating to the following piece of code:

[code]fastcgi_param   HTTPS   on;[/code]

Lets wind back, I can get HTTPS working with nginx no problem and the above provided I do the following,

Read more ›

Posted in HOWTO's, Performance & Optimisation
Tags: , , , , ,