Skip to content

Instantly share code, notes, and snippets.

@gregrickaby
Forked from nickdavis/gist:10525079
Last active September 14, 2020 09:25
Show Gist options
  • Save gregrickaby/2baf0bd3586c66efa19f to your computer and use it in GitHub Desktop.
Save gregrickaby/2baf0bd3586c66efa19f to your computer and use it in GitHub Desktop.
Redirect local /wp-content/uploads to the development server
#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