I found a solution on Stack Overflow.
So I added the following to .htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^wp-content/uploads/(.*) http://their-domain.com.com/wp-content/uploads/$1 [R=301,NC,L]
This replaces all references to the local uploads folder with a remote uploads folder on the fly and I see images on my local dev area without having to download 30GB+ uploads folder. On the other hand, I cannot remove or replace an image on my staging area.
Related Posts:
- Using one media library for a multisite network with WordPress 3.5 media library
- Upload path/URL weirdness for the main blog of a multisite/network setup
- Organize uploaded media files
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Fixing media links after importing to multisite
- How to stop unlink images when remove a site or user
- wordpress multisite subsite rewrite rules not working for videos
- Multisite media library uploads broken images
- Changing path for media upload folder in wordpress multisite
- Multisite – Images often getting uploaded to the wrong month directory
- My Media Library is broken across all my subsites
- Copying media from multisite subsites to main website
- Where to set individual blog quotas?
- Automatically Insert Into Post when uploading Media
- How to migrate post media from stand-alone to multisite build
- Admin Ajax returns “0 200 OK server error..” in Multi-site sub-site
- Showing All Media from All Multisites
- New wordpress uploads are broken
- Multi site and media uploader
- Allow user to select a theme to install when they signup
- What’s the difference between get_site_option and get_blog_option?
- Basic Multisite Question – Managing Content Centrally
- multisite 404 error for subdirectory
- How to hide or remove unwanted widgets on Multisite installation?
- Is there an easy way to separate themes on network?
- How to use WordPress multisite with mixed HTTP and HTTPS sites?
- Weird Issue with load balanced WP 3.0 setup
- Removing orphan users in WordPress Multisite
- Sharding BLOGUPLOADDIR
- NGinx + WordPress Subdomain Multi with core in Subdirectory
- Redirect to a Plugin Settings Page After Multisite Site Creation?
- WordPress Multisite – Multiple subfolders for blogs
- Hook filter to change wp_upload_dir() path in multisite
- How does wordpress multisite manage subdomains?
- Error 101 after upgrading WordPress
- SSL for mapped subdomains in multisite (no plugins)
- How to add new sites and map a custom domain in WordPress Multisite?
- 301 Redirects for posts, category, pages from original domain to sub-domain of multisite
- WordPress Media mime type filter problem 4.0
- Trying to migrate a WordPress Multisite with Domain Mapping
- Can wp-cli display all users and their roles across all sites in a multisite instance?
- How do I add JavaScript that will execute on all my sites in Multisite?
- How to update_site_option for specific site within network?
- How to run nested xargs commands?
- How to add edit users capability to a custom role?
- Wordrpess Subdomains (Multi-Site) without Wildcard
- Subfolder Multisite : optional www subdomain
- Create a network of sites
- Icon font not working on subdomains of multisite
- Free Google Analytics plugin that works with WordPress in network mode (WPMU)? [closed]
- Sitewide category terms
- What is the function to get options of the parent site of a multisite network?
- Issue with htaccess redirection in WP Multisite
- Multisite – sort merged get_posts() queries
- WordPress MultiSite login to the respective site
- API for creating blogs on Multisite?
- WordPress MU Domain Mapping Just Redirects to Main Site
- All subdomains redirecting to mainsite/wp-signup.php after multisite install
- Create subdomain out of sight the wp multisite
- Using the standard WordPress “New User” interface on a multisite
- 301’s not working with multisite
- InfiiniteWP and WP Networks (multisite)
- Restrict Capability of Administrator to Create, Edit and Delete Pages in Multisite
- Why doesn’t wpmu_new_user work from a plugin when it does from theme?
- Suspicious mesage appears instead of images
- Include Site 1 Posts in Query for Sub Sites
- When creating a multisite, the sub-folders option is not available
- MU domain mapping subdomain multisite : map a subdomain on another subdomain
- How to exclude specified from all list of Multisite
- Create WordPress Multisite Instance Programmatically
- Issue with WORDPRESS MULTISITE
- How to fix that new users show up again in subsite of a Multisite?
- Sharing /wp-content/ folder between different WordPress Multisite installs?
- Multisite missing tmp folder error while uploading
- How to use global category code
- How to create a blogs category page with Blog-Types Plugin
- website redirects to homepage for all 404 pages, wp-cron and admin-ajax.php
- Add Network Sites are not working
- multisite installed on subdomain now want another subsite on subdirectory
- Multisite install with subdomains on a subdomain
- Possible to reverse proxy WP multisite to a separate server with NGINX?
- How to hold posts and accounts for moderation on WordPress Network site
- Problems with WordPress multisite directories/url structures and admin access after migration
- Enable HTTPS for AWS hosted multisite domain (with AWS purchased SSL) on already created Load Balancer?
- Create multiple clones of site with different branding?
- WordPress Multisite with Wildcard Certificates not mapping correctly
- WordPress Multisite header img src is lost from staging to production
- How can I make my existing VIP theme to multisite
- how to make a cronjob run, when user needs to be logged in
- WP Multisite .htaccess interferes with cgi-bin
- Redirect all users, except network administrators, from the main site to a subsite
- Apply Lazy loading/Infinite scroll on array data
- load styles and scripts in network admin not working
- How to redirect author subdomain pages to each author pages on www
- Problem in viewing recent posts from network site to main site
- Set static page as default front page on newly created sites in multisite
- WordPress shows death white screen on multisite
- External rewrite rules missing in htaccess – Multisite
- wordpress multisite with already existing subdomain
- Why the sites dropdown in multi-site installation is different from the list of sites when seen full page?