Last active
July 19, 2017 12:46
-
-
Save michaelpumo/91f75b57adc3987e537464e107b44aad to your computer and use it in GitHub Desktop.
Rewrite uploads folder in WordPress to a remote URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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