.htaccess 275 Bytes
RewriteEngine On

# Prevents Flash files from caching
RewriteCond %{REQUEST_URI} .swf$
RewriteRule ^(.+)$ /cache_proxy.php?file=%{REQUEST_URI} [L]

# Prevents XML files from caching
RewriteCond %{REQUEST_URI} .xml$
RewriteRule ^(.+)$ /cache_proxy.php?file=%{REQUEST_URI} [L]