<?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: Allow page URLs with or without trailing .html</title>
	<atom:link href="http://www.deferredprocrastination.co.uk/blog/2011/allow-page-urls-with-or-without-trailing-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deferredprocrastination.co.uk/blog/2011/allow-page-urls-with-or-without-trailing-html/</link>
	<description>Open Source Engineering</description>
	<lastBuildDate>Fri, 01 Mar 2013 15:33:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Patrick Fenner</title>
		<link>http://www.deferredprocrastination.co.uk/blog/2011/allow-page-urls-with-or-without-trailing-html/comment-page-1/#comment-10111</link>
		<dc:creator>Patrick Fenner</dc:creator>
		<pubDate>Tue, 05 Feb 2013 16:33:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.deferredprocrastination.co.uk/blog/?p=1499#comment-10111</guid>
		<description><![CDATA[The first line is a comment, so it needs to have a &quot;#&quot; at the beginning:

&lt;code&gt;# Add .html suffix if not present&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>The first line is a comment, so it needs to have a &#8220;#&#8221; at the beginning:</p>
<p><code># Add .html suffix if not present</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rawat</title>
		<link>http://www.deferredprocrastination.co.uk/blog/2011/allow-page-urls-with-or-without-trailing-html/comment-page-1/#comment-9879</link>
		<dc:creator>rawat</dc:creator>
		<pubDate>Fri, 01 Feb 2013 10:44:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.deferredprocrastination.co.uk/blog/?p=1499#comment-9879</guid>
		<description><![CDATA[Add .html suffix if not present
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [L]


I have use this code in our wamp server I have also on my rewrite mod from httpd.conf but this code is not working  is there any mistake plz help me]]></description>
		<content:encoded><![CDATA[<p>Add .html suffix if not present<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME}\.html -f<br />
RewriteRule ^(.*)$ $1.html [L]</p>
<p>I have use this code in our wamp server I have also on my rewrite mod from httpd.conf but this code is not working  is there any mistake plz help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
