Skip to content

Instantly share code, notes, and snippets.

@nfsarmento
Created February 6, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfsarmento/a7558ecbfb462967503f6e99d3ccea85 to your computer and use it in GitHub Desktop.
Save nfsarmento/a7558ecbfb462967503f6e99d3ccea85 to your computer and use it in GitHub Desktop.
Getting Media on Your Local WordPress Site
RewriteEngine On
RewriteBase /
RewriteRule ^wp-content/uploads(.*)$ https://www.nuno-sarmento.com/wp-content/uploads/$1 [L,R]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment