This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

CDN Rewrites

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

Screenshots

  • The profile list
  • "Add new profile" form
  • Options form

Installation

As usual:

  1. Download the plugin
  2. Extract into a folder
  3. Upload the entire to wp-content/plugins/ directory of your WordPress installation
  4. Enable it via Plugins panel
  5. Head to Settings->CDN Rewrites and create the first profile.
  6. You’re ready to go!

FAQ

My JavaScripts got broken! My cookies just don’t work! [Insert error here]

If your javascript doesn’t work anymore, best bet is to uncheck “External JavaScript includes” from “Using CDN on these contents” option section. You can also enable Debug mode to see which files get involved, and try excluding them one by one to find out the problematic one and deal with it for good.

Why doesn’t the plugin parse the external stylesheet and rewrite the background images there too?

There should be no need. If the stylesheet got rewritten and is served through a destination host, all relative (most commonly) background images defined inside it will be pulled from that host too.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“CDN Rewrites” is open source software. The following people have contributed to this plugin.

Contributors

Translate “CDN Rewrites” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.