Skip to content

Instantly share code, notes, and snippets.

@guilhermemarconi
Forked from gregrickaby/.htaccess
Last active August 29, 2015 14:21
Show Gist options
  • Save guilhermemarconi/fdd342f4ee0bf9f0b18a to your computer and use it in GitHub Desktop.
Save guilhermemarconi/fdd342f4ee0bf9f0b18a to your computer and use it in GitHub Desktop.
#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