<?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: Remove index.html from the&#160;URL</title>
	<atom:link href="http://konstruktors.com/blog/web-design/2036-remove-index-html-from-the-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com/blog/web-design/2036-remove-index-html-from-the-url/</link>
	<description>Web Design, WordPress and Performance Services</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:50:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19904</generator>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/web-design/2036-remove-index-html-from-the-url/#comment-1157</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=2036#comment-1157</guid>
		<description>&lt;a href=&quot;#comment-11469&quot; rel=&quot;nofollow&quot;&gt;rolandinsh&lt;/a&gt;, this looks good.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11469" rel="nofollow">rolandinsh</a>, this looks good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: `rolandinsh`</title>
		<link>http://konstruktors.com/blog/web-design/2036-remove-index-html-from-the-url/#comment-1156</link>
		<dc:creator>`rolandinsh`</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=2036#comment-1156</guid>
		<description>&lt;a href=&quot;#comment-11468&quot; rel=&quot;nofollow&quot;&gt;Kaspars&lt;/a&gt;, If about my version, that is just fast-typing typo :) (thanks for cleaning) My mistake! Of course need to escape dots

OK, by cleaning-up made small &quot;upgrade&quot; too:
for both .html and .php :)
&lt;code&gt;RewriteCond %{THE_REQUEST} \/index\.(php&#124;html)\ HTTP [NC]
RewriteRule (.*)index\.(php&#124;html)$ /$1 [R=301,L]&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-11468" rel="nofollow">Kaspars</a>, If about my version, that is just fast-typing typo :) (thanks for cleaning) My mistake! Of course need to escape dots</p>
<p>OK, by cleaning-up made small &#8220;upgrade&#8221; too:<br />
for both .html and .php :)<br />
<code>RewriteCond %{THE_REQUEST} \/index\.(php|html)\ HTTP [NC]<br />
RewriteRule (.*)index\.(php|html)$ /$1 [R=301,L]</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/web-design/2036-remove-index-html-from-the-url/#comment-1155</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=2036#comment-1155</guid>
		<description>&lt;a href=&quot;#comment-11467&quot; rel=&quot;nofollow&quot;&gt;rolandinsh&lt;/a&gt;, I think this &lt;code&gt;(.*)index.html$&lt;/code&gt; should cause an error because there is an unescaped &lt;code&gt;.&lt;/code&gt; in &lt;code&gt;index.html&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11467" rel="nofollow">rolandinsh</a>, I think this <code>(.*)index.html$</code> should cause an error because there is an unescaped <code>.</code> in <code>index.html</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: `rolandinsh`</title>
		<link>http://konstruktors.com/blog/web-design/2036-remove-index-html-from-the-url/#comment-1154</link>
		<dc:creator>`rolandinsh`</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=2036#comment-1154</guid>
		<description>&lt;code&gt;RewriteCond %{THE_REQUEST} \/index.html\ HTTP [NC]
RewriteRule (.*)index.html$ /$1 [R=301,L]&lt;/code&gt;

works with &lt;code&gt;RewriteEngine On &lt;/code&gt;

Somehow Your version on my GoDaddy hosting caused Error 500 :&#124;
This was fast work-around</description>
		<content:encoded><![CDATA[<p><code>RewriteCond %{THE_REQUEST} \/index.html\ HTTP [NC]<br />
RewriteRule (.*)index.html$ /$1 [R=301,L]</code></p>
<p>works with <code>RewriteEngine On </code></p>
<p>Somehow Your version on my GoDaddy hosting caused Error 500 :|<br />
This was fast work-around</p>
]]></content:encoded>
	</item>
</channel>
</rss>
