<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thought Patterns &#187; regex</title>
	<atom:link href="http://www.cameroncooke.com/tag/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cameroncooke.com</link>
	<description>Cameron’s thoughts on Technology, Software and Web Development</description>
	<lastBuildDate>Wed, 14 Jul 2010 15:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Great guide to using Apache&#8217;s mod_rewrite</title>
		<link>http://www.cameroncooke.com/2010/02/25/great-guide-to-using-apaches-mod_rewrite/</link>
		<comments>http://www.cameroncooke.com/2010/02/25/great-guide-to-using-apaches-mod_rewrite/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 11:42:29 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=115</guid>
		<description><![CDATA[Stumbled on these great guides for using Apache&#8217;s mod_rewrite: http://www.easymodrewrite.com/guide-syntax http://www.easymodrewrite.com/guide-advanced One particular area of interest was the following rules: RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule (.*) index.php?page=$1 [QSA,L] The above rules will pass all URI requests through index.php for handling unless the requested file or directory exists.]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2010/02/25/great-guide-to-using-apaches-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
