Discussion:
Defining different WP_CONTENT_URL values for different sites (WP Multisite) in wp-config.php
Aahan Krish
2014-02-14 16:18:55 UTC
Permalink
Hello,

Is it possible to define different values for WP_CONTENT_URL for different
sites (in WordPress Multisite setup) in wp-config.php?

I'd like to use it to serve static content via a CDN URL. E.g.

define( 'WP_CONTENT_URL', 'http://d2zzgzil95.cloudfront.net/wp-content'
);

best,
Aahan
Aahan Krish
2014-02-17 12:51:13 UTC
Permalink
Got the answer. http://wordpress.stackexchange.com/a/134860/10691

If anyone knows a better way, please do reply (here or there).

Loading...