<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Removing file extension via .htaccess</title>
	<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>
	<pubDate>Thu, 07 Aug 2008 20:03:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Binh Nguyen</title>
		<link>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-18210</link>
		<dc:creator>Binh Nguyen</dc:creator>
		<pubDate>Tue, 25 Sep 2007 19:20:39 +0000</pubDate>
		<guid>http://eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/#comment-18210</guid>
		<description>ERRRH!!! Your code doesn't work.

I got this error message:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, support@bonaway.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

The real working code should be like this:
For PHP
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php</description>
		<content:encoded><![CDATA[<p>ERRRH!!! Your code doesn&#8217;t work.</p>
<p>I got this error message:<br />
Internal Server Error</p>
<p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>Please contact the server administrator, <a href="mailto:support@bonaway.com">support@bonaway.com</a> and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.</p>
<p>The real working code should be like this:<br />
For PHP<br />
RewriteEngine on<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME}\.php -f<br />
RewriteRule ^(.*)$ $1.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>
