CDN Rewrites

0

After releasing a WordPress plugin called Free CDN, I got a request to create another that supports rewriting hosts for commerical CDNs – those big names like Limelight, Akamai, Veloc

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

After releasing a WordPress plugin called Free CDN, I got a request to create another that supports rewriting hosts for commerical CDNs – those big names like Limelight, Akamai, Velocix, EdgeCast etc.

Basically, this plugin allows a WordPress user to specify two important variables: an orgin host (says http://www.yoursite.com) and a “destination host” (like http://www.static.yoursite.com). It will then find all the static contents from that orgin host and rewrite them into the destination so that they will be delivered from there.

Features

  • Multiple profiles are supported, allowing different contents to be treated differently
  • You can exclusively select the content types for each profile – currently supporting JS, CSS, images, inline background images, and <object>’s
  • Additional URL’s can be added as excludes
  • Debug mode gives you a good preview to make sure nothing goes wrong
  • Works normally with other plugins. Especially useful if run along with WP Super Cache
  • AJAX’ed admin section makes it quick and easy to adjust the settings

History

  • 1.0.1
  1. Added uninstall handler to remove all settings and data upon being installed
  2. Added link to Configuration page on plugins page
  3. Added PayPal Donate button
  4. Minor bug fixes and improvements

* 1.0.0 Initial version