Force HTTP requests in WordPress
I was working with a hosting client who wanted all of his pages to load via HTTP, except for a shopping cart. mod_rewrite rules are probably the most efficient way to do that, but we were having trouble getting that working, so I wrote a quick WordPress plugin to redirect HTTPS requests to HTTP, but allow […]