<?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: The Digg effect and what I could have done</title>
	<atom:link href="http://www.ainotenshi.org/the-digg-effect-and-what-i-could-have-done/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ainotenshi.org/the-digg-effect-and-what-i-could-have-done</link>
	<description>yet another geek blog</description>
	<lastBuildDate>Mon, 25 Jan 2010 23:22:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mrmonday</title>
		<link>http://www.ainotenshi.org/the-digg-effect-and-what-i-could-have-done/comment-page-1#comment-2861</link>
		<dc:creator>mrmonday</dc:creator>
		<pubDate>Tue, 18 Nov 2008 21:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ainotenshi.org/?p=661#comment-2861</guid>
		<description>I personally would use the following rewrite rules:
&lt;pre lang=&quot;apache&quot;&gt;
&lt;Module mod_rewrite.c&gt;
 RewriteEngine On
 RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
 RewriteCond %{QUERY_STRING} !(^&#124;&amp;)coral-no-serve$
 RewriteCond %{HTTP_COOKIE} heavyloaduser=true [OR]
 RewriteCond %{HTTP_REFERER} slashdot\.org [NC]
 RewriteCond %{HTTP_REFERER} digg\.com [NC,OR]
 RewriteRule ^(.*)$ http://%{HTTP_HOST}.nyud.net%{REQUEST_URI}  [R,L,CO=heavyloaduser:true:%{HTTP_HOST}]
&lt;/IfModule&gt;
&lt;/pre&gt;
Which will rewrite all traffic from digg to coralcdn (http://www.coralcdn.org/). It is possible to keep the comments dynamic and uncached by adapting these rules slightly, adding in something like:
&lt;pre lang=&quot;apache&quot;&gt;
RewriteCond %{REQUEST_URI}      !^/comment\.php
&lt;/pre&gt;
I am unsure of how wordpress handles comments, so this may/may not work.

Hope this helps :)</description>
		<content:encoded><![CDATA[<p>I personally would use the following rewrite rules:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;Module mod_rewrite.c&gt;
 <span style="color: #00007f;">RewriteEngine</span> <span style="color: #0000ff;">On</span>
 <span style="color: #00007f;">RewriteCond</span> %{HTTP_USER_AGENT} !^CoralWebPrx
 <span style="color: #00007f;">RewriteCond</span> %{QUERY_STRING} !(^|&amp;amp;)coral-no-serve$
 <span style="color: #00007f;">RewriteCond</span> %{HTTP_COOKIE} heavyloaduser=true [OR]
 <span style="color: #00007f;">RewriteCond</span> %{HTTP_REFERER} slashdot\.org [NC]
 <span style="color: #00007f;">RewriteCond</span> %{HTTP_REFERER} digg\.com [NC,OR]
 <span style="color: #00007f;">RewriteRule</span> ^(.*)$ http://%{HTTP_HOST}.nyud.net%{REQUEST_URI}  [R,L,CO=heavyloaduser:true:%{HTTP_HOST}]
&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;</pre></div></div>

<p>Which will rewrite all traffic from digg to coralcdn (<a href="http://www.coralcdn.org/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.coralcdn.org/?referer=');">http://www.coralcdn.org/</a>). It is possible to keep the comments dynamic and uncached by adapting these rules slightly, adding in something like:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">RewriteCond</span> %{REQUEST_URI}      !^/comment\.php</pre></div></div>

<p>I am unsure of how wordpress handles comments, so this may/may not work.</p>
<p>Hope this helps <img src='http://www.ainotenshi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.ainotenshi.org/the-digg-effect-and-what-i-could-have-done/comment-page-1#comment-2855</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 18 Nov 2008 18:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ainotenshi.org/?p=661#comment-2855</guid>
		<description>@&lt;a href=&quot;#comment-2853&quot; rel=&quot;nofollow&quot;&gt;Adam&lt;/a&gt;: Thank you for your comment, redirecting to google cache is a brilliant idea, even if as you mentioned it will only work if has been generated already.

I&#039;m not sure about the .htaccess however, is there any risk if it is owned by the same user as Wordpress (user in the unix-sense)? I can see that there is a problem with chmod 777, but chown shouldn&#039;t make a difference I think.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-2853" rel="nofollow">Adam</a>: Thank you for your comment, redirecting to google cache is a brilliant idea, even if as you mentioned it will only work if has been generated already.</p>
<p>I&#8217;m not sure about the .htaccess however, is there any risk if it is owned by the same user as Wordpress (user in the unix-sense)? I can see that there is a problem with chmod 777, but chown shouldn&#8217;t make a difference I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.ainotenshi.org/the-digg-effect-and-what-i-could-have-done/comment-page-1#comment-2853</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ainotenshi.org/?p=661#comment-2853</guid>
		<description>Interesting post about the Digg Effect, as far as I can advice is not to dynamically edit your .htaccess because this means you have to have dodgy file permissions.

Personally id redirect to google cache (if generated) or remove all aspects of page except content and advert and redirect to that.

Wordpress uses large amount of server requests, even when using wpcache such as javascript files and images.

Adam @ zend.is-hacked.com</description>
		<content:encoded><![CDATA[<p>Interesting post about the Digg Effect, as far as I can advice is not to dynamically edit your .htaccess because this means you have to have dodgy file permissions.</p>
<p>Personally id redirect to google cache (if generated) or remove all aspects of page except content and advert and redirect to that.</p>
<p>Wordpress uses large amount of server requests, even when using wpcache such as javascript files and images.</p>
<p>Adam @ zend.is-hacked.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
