-
-
Save gregrickaby/2baf0bd3586c66efa19f to your computer and use it in GitHub Desktop.
Redirect local /wp-content/uploads to the development server
This file contains 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
#301 Redirect Local Images to Live | |
RedirectMatch 301 ^/wp-content/uploads/(.*) http://livewebsite.com/wp-content/uploads/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment