Skip to content

Instantly share code, notes, and snippets.

@lepittenger
Created August 18, 2023 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepittenger/bea6389cc350689428d0d7e0047947ee to your computer and use it in GitHub Desktop.
Save lepittenger/bea6389cc350689428d0d7e0047947ee to your computer and use it in GitHub Desktop.
Load remote images locally
# Redirect WordPress uploads requests, to dev/prod server
RedirectMatch 301 ^/wp-content/uploads/(.*) https://mywebsite.com/wp-content/uploads/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment