Skip to content

Instantly share code, notes, and snippets.

@robspangler
Last active July 7, 2022 19:17
Show Gist options
  • Save robspangler/0e1db7fdec0a0bd54a4ec79b3fd53a56 to your computer and use it in GitHub Desktop.
Save robspangler/0e1db7fdec0a0bd54a4ec79b3fd53a56 to your computer and use it in GitHub Desktop.
Local to Live WordPress Upload Redirect
#DEV REWRITE
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+\.)(gif|jpe?g|png|webp)$ https://www.livedomain.com/$1$2 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment