.htaccess 275 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 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]