Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created April 12, 2014 08:05
Show Gist options
  • Save nickdavis/10524049 to your computer and use it in GitHub Desktop.
Save nickdavis/10524049 to your computer and use it in GitHub Desktop.
.htaccess 301 redirect entire directory (e.g. images folder moves from one place to another)
#301 Redirect Entire Directory
RedirectMatch 301 ^/blog/wp-content/uploads/(.*) http://www.domain.com/wp-content/uploads/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment