Skip to content

Instantly share code, notes, and snippets.

@michaelpumo
Last active July 19, 2017 12:46
Show Gist options
  • Save michaelpumo/91f75b57adc3987e537464e107b44aad to your computer and use it in GitHub Desktop.
Save michaelpumo/91f75b57adc3987e537464e107b44aad to your computer and use it in GitHub Desktop.
Rewrite uploads folder in WordPress to a remote URL
RedirectMatch 301 ^/wp-content/uploads/(.*)$ http://example.com/wp-content/uploads/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment