<?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: mod_rewrite Fix for Caching Updated Files</title>
	<atom:link href="http://www.askapache.com/htaccess/mod_rewrite-fix-for-caching-updated-files.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/mod_rewrite-fix-for-caching-updated-files.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Petr</title>
		<link>http://www.askapache.com/htaccess/mod_rewrite-fix-for-caching-updated-files.html#comment-2766</link>
		<dc:creator>Petr</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/mod_rewrite-code-to-fix-caching-updated-files.html#comment-2766</guid>
		<description><![CDATA[this article is crazy... bad bad bad

-  file.ext?v=135 doesn&#039;t mean huge bandwidth...
use header: expires, last-modified, etag and on cache-control DIDN&#039;T USE must-revalidate
-&gt; client will no more ask your server ... until expires

that url contain &#039;?&#039; means nothing...]]></description>
		<content:encoded><![CDATA[<p>this article is crazy... bad bad bad</p>
<p>-  file.ext?v=135 doesn't mean huge bandwidth...<br />
use header: expires, last-modified, etag and on cache-control DIDN'T USE must-revalidate<br />
-> client will no more ask your server ... until expires</p>
<p>that url contain '?' means nothing...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eugene</title>
		<link>http://www.askapache.com/htaccess/mod_rewrite-fix-for-caching-updated-files.html#comment-2761</link>
		<dc:creator>eugene</dc:creator>
		<pubDate>Mon, 23 Nov 2009 02:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/mod_rewrite-code-to-fix-caching-updated-files.html#comment-2761</guid>
		<description><![CDATA[why so complicated reg-exp?
it didn&#039;t work for me.
finally I utilized more general one (but for css/js only):

&lt;pre&gt;RewriteRule ^(.+)-([d]+).(js&#124;css)$ $1.$3 [L]&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>why so complicated reg-exp?<br />
it didn't work for me.<br />
finally I utilized more general one (but for css/js only):</p>
<pre>RewriteRule ^(.+)-([d]+).(js|css)$ $1.$3 [L]</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
