Uploads By Proxy Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin is meant to be used by developers who work on sites in a local development environment before deploying changes to a production (live) server. It allows you skip downloading the contents of wp-content/uploads
to your local WordPress install. Instead, images missing from the uploads directory are loaded from the production server as needed.
Setup
In most cases, you should be able to activate the plugin and go. If the plugin does not work automatically, then you need to set the address of your live WordPress install in wp-config.php
, like this:
define('UBP_SITEURL', 'http://example-live.com/wordpress');
If you are on a staging server (not a local development environment) you may need to force the plugin to run with define( 'UBP_IS_LOCAL', true );
in wp-config.php
. Do not set this on a live site!
Screenshots
No screenshots provided