Wordpress plugins
Uploads by Proxy

Uploads by Proxy

Version : 1.1.3
Tested up to : 4.7.6
Number of download : 7139
Author : Paul Clark
Average rating : 5 / 5 on 6 votes 6 votes, 5 avg.rating

Screenshots

Uploads by Proxy
Uploads by Proxy
Uploads by Proxy
Uploads by Proxy

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!

Download now