Skip to content

Instantly share code, notes, and snippets.

@yratof
Created January 6, 2016 10:41
Show Gist options
  • Save yratof/835c503de06a9933023c to your computer and use it in GitHub Desktop.
Save yratof/835c503de06a9933023c to your computer and use it in GitHub Desktop.
Redirect Magento local media folder to live site. Saves you an hour of downloading media
RewriteEngine on
RedirectMatch 301 ^/media/wysiwyg/(.*) https://speider-sport.no/media/wysiwyg/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment