<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Caching URLs with Query Strings</title>
	<atom:link href="http://www.mikebrittain.com/blog/2009/06/11/caching-urls-with-query-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikebrittain.com/blog/2009/06/11/caching-urls-with-query-strings/</link>
	<description>Internet, mobile applications, skiing, snowboarding, food... you know, whatever comes to mind.</description>
	<lastBuildDate>Tue, 22 Jun 2010 03:29:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Goulah</title>
		<link>http://www.mikebrittain.com/blog/2009/06/11/caching-urls-with-query-strings/comment-page-1/#comment-364</link>
		<dc:creator>John Goulah</dc:creator>
		<pubDate>Tue, 04 Aug 2009 14:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/blog/?p=347#comment-364</guid>
		<description>I&#039;ve done a similar thing for the past few years, where I put all my css/js in directories under the path &#039;static&#039; and create an alias

My vhost is generated and bundled with every build, so I just replace the version variable
Alias /static/${version} ${site_root}/www/static/


I don&#039;t know if this is any faster or slower than a rewrite, but I would say definitely less error prone (what happens if you have an asset id in the url called 12345?)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done a similar thing for the past few years, where I put all my css/js in directories under the path &#8217;static&#8217; and create an alias</p>
<p>My vhost is generated and bundled with every build, so I just replace the version variable<br />
Alias /static/${version} ${site_root}/www/static/</p>
<p>I don&#8217;t know if this is any faster or slower than a rewrite, but I would say definitely less error prone (what happens if you have an asset id in the url called 12345?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
