Ben Lobaugh
  • Growth & Leadership
  • Giving Back
  • Sailing
  • VW Bus
  • About

Tag: WordPress

Looping stairs

How to fix a WordPress HTTPS redirect loop with an NGINX reverse proxy

September 16, 2019

If your WordPress site is set up to use HTTPS and a reverse proxy, such as an NGINX reverse proxy, is put in front of it you may wind up with an infinite r

Read more about How to fix a WordPress HTTPS redirect loop with an NGINX reverse proxy →

WordPress: How to “properly” allow unfiltered uploads

June 10, 2019

If you are working with a WordPress site and getting the dreaded “Sorry, this file type is not permitted for security reasons.” message, fret n

Read more about WordPress: How to “properly” allow unfiltered uploads →

Canonical URL plugin for WordPress released!

August 31, 2018

Have you run into this scenario? You have content that needs to live on multiple sites but you are concerned about SEO issues duplicating said content? As

Read more about Canonical URL plugin for WordPress released! →
Run a wp-cli command across the network

Run a wp-cli command across the network

April 16, 2018

Need to run a wp-cli command across a network of WordPress sites? Here is an example of how to add/update an option on every site on the network using wp-c

Read more about Run a wp-cli command across the network →

Find and update WordPress posts with comments older than NNN days

March 12, 2018

I have a use case where I need to disable comments on posts in WordPress where the last comment was more than one year, or 365 days, ago. Posts can be foun

Read more about Find and update WordPress posts with comments older than NNN days →