Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created January 3, 2017 19:52
Show Gist options
  • Save nickdavis/a5ae0fed99683ff480c5d09b76d7cb12 to your computer and use it in GitHub Desktop.
Save nickdavis/a5ae0fed99683ff480c5d09b76d7cb12 to your computer and use it in GitHub Desktop.
HTML Post-Processing to fix mixed content CDN warning on WP Engine with Let's Encrypt SSL (goes in WP Engine > General Settings) in WordPress admin
#https?://mydomain.com.com/wp-(content|includes)# => https://mydomain.com/wp-$1
#https?://mydomain.com.com/blog/# => https://mydomain.com/wp-$1
#http://installname-wpengine\.netdna-ssl\.com# => https://installname-wpengine.netdna-ssl.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment