<?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"
	>
<channel>
	<title>Comments on: How I cheated</title>
	<atom:link href="http://personal.rwcinc.net/how-i-cheated/feed/" rel="self" type="application/rss+xml" />
	<link>http://personal.rwcinc.net</link>
	<description>Patrick's rants and musings</description>
	<pubDate>Mon, 13 Oct 2008 00:23:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Vasya</title>
		<link>http://personal.rwcinc.net/how-i-cheated/#comment-981</link>
		<dc:creator>Vasya</dc:creator>
		<pubDate>Mon, 13 Nov 2006 12:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://personal.rwcinc.net/test-page/#comment-981</guid>
		<description>Nice site ;)&lt;!-- X-spaminator-passed: IP check --&gt;&lt;!-- X-spaminator-passed: email check --&gt;&lt;!-- X-spaminator-passed: author check --&gt;&lt;!-- X-spaminator-passed: author url --&gt;&lt;!-- X-spaminator-passed: comment body --&gt;&lt;!-- X-spaminator-strike: url dashes, 1 --&gt;</description>
		<content:encoded><![CDATA[<p>Nice site <img src='http://personal.rwcinc.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <!-- X-spaminator-passed: IP check --><!-- X-spaminator-passed: email check --><!-- X-spaminator-passed: author check --><!-- X-spaminator-passed: author url --><!-- X-spaminator-passed: comment body --><!-- X-spaminator-strike: url dashes, 1 --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: site admin</title>
		<link>http://personal.rwcinc.net/how-i-cheated/#comment-788</link>
		<dc:creator>site admin</dc:creator>
		<pubDate>Sat, 22 Oct 2005 22:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://personal.rwcinc.net/test-page/#comment-788</guid>
		<description>Indeed, my permalink structure is /archives/date (or something similar) so you might have to adjust the rules to fit into that structure. Like I posted, this keeps me from having to redo my .htaccess file every time I add a page so it works better for me due to that.</description>
		<content:encoded><![CDATA[<p>Indeed, my permalink structure is /archives/date (or something similar) so you might have to adjust the rules to fit into that structure. Like I posted, this keeps me from having to redo my .htaccess file every time I add a page so it works better for me due to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://personal.rwcinc.net/how-i-cheated/#comment-787</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 21 Oct 2005 11:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://personal.rwcinc.net/test-page/#comment-787</guid>
		<description>Hack above is good but if your Permalink Structure is "/%postname%/" then you will have problem with posts.

So my solution is to make all pages link HTML files.

in .htaccess:
RewriteRule ^(.*).html/trackback/?$ /index.php?pagename=$1&#38;tb=1 [QSA,L]
RewriteRule ^(.*).html/feed/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?pagename=$1&#38;feed=$2 [QSA,L]
RewriteRule ^(.*).html/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?pagename=$1&#38;feed=$2 [QSA,L]
RewriteRule ^(.*).html/page/([0-9]{1,})/?$ /index.php?pagename=$1&#38;paged=$2 [QSA,L]
RewriteRule ^(.*).html$ /index.php?pagename=$1 [QSA,L] 

And then edit file /wp-includes/template-functions-links.php

Replace: 
		$link = get_settings('home') . "/$link/";

With:
		$link = get_settings('home') . "/$link.html";

Thank's All.</description>
		<content:encoded><![CDATA[<p>Hack above is good but if your Permalink Structure is &#8220;/%postname%/&#8221; then you will have problem with posts.</p>
<p>So my solution is to make all pages link HTML files.</p>
<p>in .htaccess:<br />
RewriteRule ^(.*).html/trackback/?$ /index.php?pagename=$1&amp;tb=1 [QSA,L]<br />
RewriteRule ^(.*).html/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&amp;feed=$2 [QSA,L]<br />
RewriteRule ^(.*).html/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&amp;feed=$2 [QSA,L]<br />
RewriteRule ^(.*).html/page/([0-9]{1,})/?$ /index.php?pagename=$1&amp;paged=$2 [QSA,L]<br />
RewriteRule ^(.*).html$ /index.php?pagename=$1 [QSA,L] </p>
<p>And then edit file /wp-includes/template-functions-links.php</p>
<p>Replace:<br />
		$link = get_settings(&#8217;home&#8217;) . &#8220;/$link/&#8221;;</p>
<p>With:<br />
		$link = get_settings(&#8217;home&#8217;) . &#8220;/$link.html&#8221;;</p>
<p>Thank&#8217;s All.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://personal.rwcinc.net/how-i-cheated/#comment-786</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 21 Oct 2005 10:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://personal.rwcinc.net/test-page/#comment-786</guid>
		<description>Thanks a lot for this hack.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this hack.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
