<?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: Apache Re-Writes in .htaccess</title>
	<atom:link href="http://www.stewparkin.com/2009/03/apache-re-writes-in-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stewparkin.com/2009/03/apache-re-writes-in-htaccess/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 03 Apr 2009 12:41:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vijendra</title>
		<link>http://www.stewparkin.com/2009/03/apache-re-writes-in-htaccess/comment-page-1/#comment-8</link>
		<dc:creator>Vijendra</dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.stewparkin.com/?p=40#comment-8</guid>
		<description>Nice shot ... gr8 article .</description>
		<content:encoded><![CDATA[<p>Nice shot &#8230; gr8 article .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew Parkin</title>
		<link>http://www.stewparkin.com/2009/03/apache-re-writes-in-htaccess/comment-page-1/#comment-6</link>
		<dc:creator>Stew Parkin</dc:creator>
		<pubDate>Mon, 30 Mar 2009 09:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stewparkin.com/?p=40#comment-6</guid>
		<description>Very good point Tom, but as you pointed out, the php code is only simple, and should NOT be used on any production server!</description>
		<content:encoded><![CDATA[<p>Very good point Tom, but as you pointed out, the php code is only simple, and should NOT be used on any production server!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.stewparkin.com/2009/03/apache-re-writes-in-htaccess/comment-page-1/#comment-5</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Mar 2009 07:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stewparkin.com/?p=40#comment-5</guid>
		<description>Oops... I should have said:
&quot;... to help avoid SQL injection attacks.&quot; ;)</description>
		<content:encoded><![CDATA[<p>Oops&#8230; I should have said:<br />
&#8220;&#8230; to help avoid SQL injection attacks.&#8221; <img src='http://www.stewparkin.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.stewparkin.com/2009/03/apache-re-writes-in-htaccess/comment-page-1/#comment-4</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Mar 2009 07:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stewparkin.com/?p=40#comment-4</guid>
		<description>Nice to see a good, simple mod_rewrite example to help people learn, especially including some practical code to help demonstrate it in action. When I first had to deal with it, something like this would have been very useful.

As a side note, I know the PHP here is just a simple example to demo the .htaccess functionality, not a full app, but for learners reading this it may be useful to use something like...

&lt;code&gt;$user = mysql_real_escape_string($_GET[&#039;username&#039;]);&lt;/code&gt;

...just in case this app is useful to them as a basic PHP/MySQL tutorial also.</description>
		<content:encoded><![CDATA[<p>Nice to see a good, simple mod_rewrite example to help people learn, especially including some practical code to help demonstrate it in action. When I first had to deal with it, something like this would have been very useful.</p>
<p>As a side note, I know the PHP here is just a simple example to demo the .htaccess functionality, not a full app, but for learners reading this it may be useful to use something like&#8230;</p>
<p><code>$user = mysql_real_escape_string($_GET['username']);</code></p>
<p>&#8230;just in case this app is useful to them as a basic PHP/MySQL tutorial also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
