I recently stumbled on a cURL error 60 SSL certificate problem with WordPress. when using a new plugin that makes HTTP requests and API calls. I verified that my site’s SSL was configured correctly (phew), but I still received the … Continue reading →
It’s important to use the correct URL Rewrite Rules for WordPress and IIS, otherwise we might see HTTP 404 and HTTP 500 status codes when requesting images and pages. An example of a working URL rewrite rule is below: <rules> … Continue reading →
I’ve been looking for a WordPress code editor with Prism syntax highlighting to embed code into my WordPress blog. Sadly I couldn’t find one that worked well with the classic (TinyMCE) editor, so I wrote my own called Alkane Code. … Continue reading →
When I viewed any RSS (XML) page on my WordPress site, the page didn’t render correctly and instead displayed an error stating: XML declaration allowed only at the start of the document. Upon viewing the page source I could see … Continue reading →
This post describes the process of migrating a WordPress website from Linux to Windows. I recently had a client who asked me to host their WordPress website on my Windows Server environment. The site was initially hosted on a Linux … Continue reading →