diff --git a/server-level.htaccess b/server-level.htaccess new file mode 100644 index 0000000..246977d --- /dev/null +++ b/server-level.htaccess @@ -0,0 +1,2 @@ +RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^wp-content\/uploads\/(.*) +https://productionurl.com/wp-content/uploads/$1 [L,R=301] \ No newline at end of file