cfdp/cfdp.dk/master/wp-content/uploads/.htaccess
# Attempt to load files from production if they're not in our local version. Put this file in upload folder.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) http://cfdp.dk/wordpress/wp-content/uploads/$1
</IfModule>
Files
