Created
December 3, 2024 17:04
Load images locally from remote
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
# Redirect WordPress local development uploads, to dev/prod server. | |
RedirectMatch 301 ^/wp-content/uploads/(.*) https://mywebsite.wpenginepowered.com/wp-content/uploads/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment