Skip to content

Instantly share code, notes, and snippets.

@ErikBernskiold
Created March 27, 2019 18:29
Show Gist options
  • Save ErikBernskiold/ea745689910623cd866732268f6d6165 to your computer and use it in GitHub Desktop.
Save ErikBernskiold/ea745689910623cd866732268f6d6165 to your computer and use it in GitHub Desktop.
Load wp-content from production if a file doesn't exist locally.
RewriteCond %{REQUEST_URI} ^/wp-content/uploads/[^\/]*/.*$
RewriteRule ^(.*)$ https://PRODUCTIONDOMAIN/$1 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment