<?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: Introduction to .htaccess</title>
	<atom:link href="http://www.dagondesign.com/articles/introduction-to-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/introduction-to-htaccess/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Mon, 15 Mar 2010 05:05:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas Alexander</title>
		<link>http://www.dagondesign.com/articles/introduction-to-htaccess/comment-page-1/#comment-457004</link>
		<dc:creator>Thomas Alexander</dc:creator>
		<pubDate>Wed, 17 Sep 2008 11:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/introduction-to-htaccess/#comment-457004</guid>
		<description>i have configure mod-rewrite in my localhost , what should i do next to make the httacces work.</description>
		<content:encoded><![CDATA[<p>i have configure mod-rewrite in my localhost , what should i do next to make the httacces work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Alexander</title>
		<link>http://www.dagondesign.com/articles/introduction-to-htaccess/comment-page-1/#comment-457002</link>
		<dc:creator>Thomas Alexander</dc:creator>
		<pubDate>Wed, 17 Sep 2008 10:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/introduction-to-htaccess/#comment-457002</guid>
		<description>&lt;code&gt;
Options +FollowSymLinks
RewriteEngine on

RewriteRule eventdetail/id/(.*) eventdetail.php?id=$1
&lt;/code&gt;

the above mentioned code is used but it down not shows any error nor it works</description>
		<content:encoded><![CDATA[<p><pre><code>
Options +FollowSymLinks
RewriteEngine on

RewriteRule eventdetail/id/(.*) eventdetail.php?id=$1
</code></pre></p>
<p>the above mentioned code is used but it down not shows any error nor it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Alexander</title>
		<link>http://www.dagondesign.com/articles/introduction-to-htaccess/comment-page-1/#comment-457000</link>
		<dc:creator>Thomas Alexander</dc:creator>
		<pubDate>Wed, 17 Sep 2008 10:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/introduction-to-htaccess/#comment-457000</guid>
		<description>im new to httaccess i cant understand the syntax of it,should i congigure my php.ini to enable htaccess do this work in localhost.</description>
		<content:encoded><![CDATA[<p>im new to httaccess i cant understand the syntax of it,should i congigure my php.ini to enable htaccess do this work in localhost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
