<?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: Removing file extension via .htaccess</title>
	<atom:link href="http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/</link>
	<description>Web Development, Web Design, Web Applications, Web 2.0, AJAX, WordPress Themes, Search Engine Optimisation, Latest Technologies and more..</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:18:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-116643</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-116643</guid>
		<description>DUDE! I searched high and low for something like this and after a day of searching and trying to tweak it myself, I found this page.

You are a lifesaver.

THANK YOU!</description>
		<content:encoded><![CDATA[<p>DUDE! I searched high and low for something like this and after a day of searching and trying to tweak it myself, I found this page.</p>
<p>You are a lifesaver.</p>
<p>THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-115016</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-115016</guid>
		<description>Code works a dream. Now I have /something and no longer /something.html

Next issue though ..... I do not want to set up 301 redirects for every single page, from the /something.html version to /something

Is there a single piece of code I can insert into the .htaccess file to solve this or am I facing having to set up 40+ 301 redirects? 

Hope somone can advise, 

jen</description>
		<content:encoded><![CDATA[<p>Code works a dream. Now I have /something and no longer /something.html</p>
<p>Next issue though &#8230;.. I do not want to set up 301 redirects for every single page, from the /something.html version to /something</p>
<p>Is there a single piece of code I can insert into the .htaccess file to solve this or am I facing having to set up 40+ 301 redirects? </p>
<p>Hope somone can advise, </p>
<p>jen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeta</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-111554</link>
		<dc:creator>Zeta</dc:creator>
		<pubDate>Tue, 15 Dec 2009 19:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-111554</guid>
		<description>I have tried all of the above, it shows the 403 error(((

Forbidden
You don&#039;t have permission to access /accessories/ on this server.</description>
		<content:encoded><![CDATA[<p>I have tried all of the above, it shows the 403 error(((</p>
<p>Forbidden<br />
You don&#8217;t have permission to access /accessories/ on this server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial City</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-106906</link>
		<dc:creator>Tutorial City</dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-106906</guid>
		<description>Would this work for php,html,css,jpg,gif,png?

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.(php&#124;html&#124;css&#124;jpg&#124;gif&#124;png) -f
RewriteRule ^([^/]+)/$ $1.html</description>
		<content:encoded><![CDATA[<p>Would this work for php,html,css,jpg,gif,png?</p>
<p>RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME}\.(php|html|css|jpg|gif|png) -f<br />
RewriteRule ^([^/]+)/$ $1.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eisabai</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-99498</link>
		<dc:creator>eisabai</dc:creator>
		<pubDate>Mon, 24 Aug 2009 01:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-99498</guid>
		<description>Hi miva,

Yes, I believe so.</description>
		<content:encoded><![CDATA[<p>Hi miva,</p>
<p>Yes, I believe so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miva</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-99085</link>
		<dc:creator>miva</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-99085</guid>
		<description>Will this code work for .shtml extension?

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.shtml -f
RewriteRule ^(.*)$ $1.shtml</description>
		<content:encoded><![CDATA[<p>Will this code work for .shtml extension?</p>
<p>RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME}\.shtml -f<br />
RewriteRule ^(.*)$ $1.shtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desiz</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-94163</link>
		<dc:creator>desiz</dc:creator>
		<pubDate>Wed, 29 Jul 2009 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-94163</guid>
		<description>Hi...

trailing slash function working but dnt show 
images &amp; css :(

plz mail me the correct ...</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>trailing slash function working but dnt show<br />
images &amp; css :(</p>
<p>plz mail me the correct &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julia</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-90729</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Sun, 21 Jun 2009 12:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-90729</guid>
		<description>Hello Eisabai,

I digged a lot of sources looking for a good reference of this issues and I&#039;m so glad to find your website.

Your article is the best. Thank you and thanks to all people who commented above and contributed to correcting and improving this code.

BTW, I had the same problem that some people mentioned before - with CSS and images. I solved it with ../ in my relative path.</description>
		<content:encoded><![CDATA[<p>Hello Eisabai,</p>
<p>I digged a lot of sources looking for a good reference of this issues and I&#8217;m so glad to find your website.</p>
<p>Your article is the best. Thank you and thanks to all people who commented above and contributed to correcting and improving this code.</p>
<p>BTW, I had the same problem that some people mentioned before &#8211; with CSS and images. I solved it with ../ in my relative path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-89029</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Sun, 31 May 2009 16:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-89029</guid>
		<description>Hi

I have both .html and .php pages and would like to hide both extensions on the same site using one .htaccess file - is this a possibility, if so, it would be appreciated if you could make an update to this post.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have both .html and .php pages and would like to hide both extensions on the same site using one .htaccess file &#8211; is this a possibility, if so, it would be appreciated if you could make an update to this post.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a guy</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/comment-page-1/#comment-88821</link>
		<dc:creator>a guy</dc:creator>
		<pubDate>Fri, 29 May 2009 03:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-88821</guid>
		<description>If you make all of your links absolute it works ( absolute url to your css files, image files etc )</description>
		<content:encoded><![CDATA[<p>If you make all of your links absolute it works ( absolute url to your css files, image files etc )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
