Skip to content

Instantly share code, notes, and snippets.

@junaidbhura
Last active September 20, 2018 07:40
Show Gist options
  • Save junaidbhura/b14590a3dbfaad09afd3d97f50a35b9e to your computer and use it in GitHub Desktop.
Save junaidbhura/b14590a3dbfaad09afd3d97f50a35b9e to your computer and use it in GitHub Desktop.
Apache Remote WordPress Images for Local Development
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/wp-content/uploads/[^\/]*/.*$
RewriteRule ^wp-content/uploads/(.*)$ https://<bucket-name>.s3.amazonaws.com/uploads/$1 [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment