Skip to content

Instantly share code, notes, and snippets.

@lepittenger
Created December 3, 2024 17:04
Load images locally from remote
# 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