Skip to content

Instantly share code, notes, and snippets.

@Jursdotme
Created August 31, 2017 09:31
Show Gist options
  • Save Jursdotme/737f9a3735fa25900b17f2d5c28cb6a6 to your computer and use it in GitHub Desktop.
Save Jursdotme/737f9a3735fa25900b17f2d5c28cb6a6 to your computer and use it in GitHub Desktop.
Use production media files on local development wordpress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-content/uploads/[^\/]*/?.*$
RewriteRule ^(.*)$ http://ntf.dk/$1 [QSA,L]
</IfModule>
@Jursdotme
Copy link
Author

@Jursdotme
Copy link
Author

Must be inserted before # BEGIN WordPress

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