sdellow/wp-framework/master/src/sample.htaccess
# Dev images from staging/live domain.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule content/uploads/(.*.(gif|jpg|png)) http://domain.com/content/uploads/$1 [QSA,R,L]
</IfModule>
Files
