RewriteEngine On
# Only apply to missing files
RewriteCond %{REQUEST_FILENAME} !-f
# Only target requests to /wp-content/uploads/
RewriteCond %{REQUEST_URI} ^/wp-content/uploads/
# Rewrite the full path to load from original.nl
RewriteRule ^wp-content/uploads/(.*)$ https://www.originalproductionurl.com/wp-content/uploads/\ [L,R=302]
Leave a Reply