Skip to content

Instantly share code, notes, and snippets.

@elzii
Created December 22, 2015 22:51
Show Gist options
  • Save elzii/d60c93934a82ce7dadc4 to your computer and use it in GitHub Desktop.
Save elzii/d60c93934a82ce7dadc4 to your computer and use it in GitHub Desktop.
Redirect Wordpress uploads/ directory to production via .htaccess
# add this to .htaccess
RedirectMatch 301 /wp-content/uploads/(.*)$ http://example.com/wp-content/uploads/$1
@bryanmonzon
Copy link

Like!

@thefrosty
Copy link

Ncie!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment