我很幸运使用了这个插件https://wordpress.org/plugins/uploads-by-proxy/
但是,如果您想采取直接基于服务器的方法,那么在中有一个突出显示的方法this blog post:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteRule ^(.*\\.(js|css|png|jpe?g|gif|ico)) http://example.com/$1 [NC,P,L]
</IfModule>
把这个放在你的
.htaccess
在任何其他规则和替换示例之前。com与live server的URL。