<?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; Apache</title>
	<atom:link href="http://www.cameroncooke.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cameroncooke.com</link>
	<description>Cameron’s thoughts on everything and nothing.</description>
	<lastBuildDate>Wed, 21 Dec 2011 13:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</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 &#8230; <a href="http://www.cameroncooke.com/2010/02/25/great-guide-to-using-apaches-mod_rewrite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
		<item>
		<title>Getting Apache to run on port 80 on Windows 7</title>
		<link>http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/</link>
		<comments>http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 01:31:16 +0000</pubDate>
		<dc:creator>Cameron</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.cameroncooke.com/?p=8</guid>
		<description><![CDATA[Update This solution is no longer necessary. It turns out a service called BranchCache is the culprit. Disabling this service stops Windows from listening on port 80 thus allowing you to run a web server. The description for BranchCache under &#8230; <a href="http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/feed/</wfw:commentRss>
		<slash:comments>125</slash:comments>
		</item>
	</channel>
</rss>

