Content delivery network, a distributed system of servers deployed in multiple data centers.

learn more… | top users | synonyms

0
votes
1answer
28 views

W3 Total Cache, Rackspace CDN and Load Balanced Servers

I'm using W3 Total Cache to host media attachments at Rackspace Cloud Files. I've got two servers running alongside one another with a load balancer. Everything works fine on the front end, but in ...
0
votes
1answer
19 views

Git pulls (html/css/js updates) not populating with W3Total Cache and CloudFront

I am using Git/GitHub for version control. I develop locally commit/push to GitHub and pull from GitHub to my staging site. I have W3 Total Cache setup and Amazon CloudFront as a CDN. Since setting up ...
0
votes
1answer
24 views

How to load plugin static data from cloudfront

I am moving my site's static content data to Amazon S3+ CloudFront and i am successful in doing this for most part of my site (no plugin used) except for the plugin section. For the plugin i am ...
0
votes
1answer
87 views

loading javascript CDN with local fallback (not jQuery)

I'm trying to modify this to register and enqueue a jQuery plugin from a CDN with local fallback. However, when the URL fails (or if I give it a fake url) Firebug receives 2 aborted calls to the URL ...
0
votes
1answer
132 views

How does W3 Total Cache CDN URL rewrites work?

I just setup W3 Total Cache S3 CDN (origin push) and most of the URLs are being rewritten correctly but we have some custom plugins where the URLs are not being rewritten. How do I grab the rewritten ...
0
votes
1answer
124 views

placing the media uploads in a subdirectory

Hi I want all my uploads to be uploaded to a subdomain on my site instead of 'wp-content/uploads' I created a subdomain cdn.mysite.com and i want all the uploads to go there instead. I want my ...
1
vote
0answers
49 views

Changing image URLs in media library

On a default wordpress install, the media library is located at: /wp-admin/upload.php. I am trying to update the image URL to point to my CDN, not my local server. This filter ...
1
vote
0answers
59 views

Wordpress remote file storage

I am in pretty much the same position as the author of this post. I understand my post is something of a duplicate but the link is a few years old and I wonder if the situation has changed any? I ...
1
vote
0answers
71 views

use WordPress for file distribution (box.net or S3)

Any way you can use WordPress to display (in organized way) uploaded files (similar to box.net, dropbox, etc) ? PDF and Docs should be searchable too (within WP search or custom search solution). ...
0
votes
0answers
91 views

How to setup W3 Total Cache CDN (Amazon CloudFront) without taking site down?

I setup a CDN with Amazon CloudFront (Origin Pull) and W3 Total Cache on my staging site and I noticed that it "disrupts" the content on the site as this process is taking place. How can I go about ...
0
votes
0answers
132 views

Are W3 Total Cache Rewrite Rules required for IIS web.config

I am unable to get Browser Caching to work, max-age is set to 0 and expires doesn't get set. The Wordpress install is on IIS 7.5. I was wondering if the reason was because there are no Rewrite Rules ...
-1
votes
0answers
27 views

Can I move existing images into a subdomain on WordPress?

I wish to use a CDN service to improve my site page loading time. I read a few online tutorials as well as a CDN provider configuration tutorial. All of them mentioned, it need/better to move media ...