Created
January 3, 2017 19:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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