This document discusses using URL rewriting to distribute static content across internet storage services to reduce load on virtual servers. It recommends uploading static content to Amazon S3 and using CloudFront as a content delivery network to serve the content globally with low latency. The implementation involves overwriting static content URLs in HTML to point to S3 or CloudFront, which can be done dynamically using Apache or Nginx filters without modifying the original files. This provides greater robustness, reduces costs, and handles latency through distributed caching of static assets.