Skip to content

Instantly share code, notes, and snippets.

@dazecoop
Created July 15, 2020 15:13
Show Gist options
  • Save dazecoop/26951bd91f2558fbc438429b8147e6e3 to your computer and use it in GitHub Desktop.
Save dazecoop/26951bd91f2558fbc438429b8147e6e3 to your computer and use it in GitHub Desktop.
WordPress images on different domain
RewriteEngine On
RewriteCond %{HTTP_REFERER} !/wp-admin/ [NC]
RewriteRule ^(wp-content/uploads/.+?\.(jpe?g|png|gif|svg))$ https://domain.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment